quiet stupid linter

This commit is contained in:
vyzo 2021-03-05 20:05:32 +02:00
parent 09f5ba177a
commit e85391b46c

View File

@ -54,7 +54,7 @@ func testSplitStore(t *testing.T, cfg *Config) {
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
defer ss.Close() defer ss.Close() //nolint
err = ss.Start(chain) err = ss.Start(chain)
if err != nil { if err != nil {
@ -107,7 +107,7 @@ func testSplitStore(t *testing.T, cfg *Config) {
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
for _ = range ch { for range ch {
count++ count++
} }
return count return count