swarm/*: remove redundant type specifiers (#19089)
This commit is contained in:
committed by
Viktor Trón
parent
4e87b444ca
commit
81babe1509
@@ -189,9 +189,9 @@ func TestMockDbStoreNotFound(t *testing.T) {
|
||||
}
|
||||
|
||||
func testIterator(t *testing.T, mock bool) {
|
||||
var chunkcount int = 32
|
||||
var i int
|
||||
var poc uint
|
||||
chunkcount := 32
|
||||
chunkkeys := NewAddressCollection(chunkcount)
|
||||
chunkkeysResults := NewAddressCollection(chunkcount)
|
||||
|
||||
|
Reference in New Issue
Block a user