lib/weakhash, script: gofmt -s
This commit is contained in:
@@ -39,8 +39,8 @@ func TestFinder(t *testing.T) {
|
|||||||
defer finder.Close()
|
defer finder.Close()
|
||||||
|
|
||||||
expected := map[uint32][]int64{
|
expected := map[uint32][]int64{
|
||||||
65143183: []int64{1, 27, 53, 79},
|
65143183: {1, 27, 53, 79},
|
||||||
65798547: []int64{2, 28, 54, 80},
|
65798547: {2, 28, 54, 80},
|
||||||
}
|
}
|
||||||
actual := make(map[uint32][]int64)
|
actual := make(map[uint32][]int64)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user