btcec: format btcec_test.go with gofmt -s

This commit is contained in:
Olaoluwa Osuntokun 2018-05-15 19:28:09 -07:00
parent 7580169cb6
commit 253b37c17f

View File

@ -898,7 +898,7 @@ var testVectors = []struct {
r, s string
ok bool
}{
/*
/*
* All of these tests are disabled since they are for P224, not sec256k1.
* they are left here as an example of test vectors for when some *real*
* vectors may be found.
@ -1023,7 +1023,7 @@ var testVectors = []struct {
"ed1a719cc0c507edc5239d76fe50e2306c145ad252bd481da04180c0",
false,
},
*/
*/
}
func TestVectors(t *testing.T) {