mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 05:26:51 -04:00
go fmt
This commit is contained in:
@ -13,7 +13,7 @@ func TestDSA(t *testing.T) {
|
||||
zeros := 0
|
||||
for b, _ := range sk {
|
||||
if b == 0 {
|
||||
zeros ++
|
||||
zeros++
|
||||
}
|
||||
}
|
||||
if zeros == len(sk) {
|
||||
|
Reference in New Issue
Block a user