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