go fmt
This commit is contained in:
@@ -46,7 +46,6 @@ func TestDSA(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func BenchmarkDSAGenerate(b *testing.B) {
|
func BenchmarkDSAGenerate(b *testing.B) {
|
||||||
var sk DSAPrivateKey
|
var sk DSAPrivateKey
|
||||||
for n := 0; n < b.N; n++ {
|
for n := 0; n < b.N; n++ {
|
||||||
|
Reference in New Issue
Block a user