Skip to content

Commit 38a9e26

Browse files
committed
Fix linter errors.
1 parent 97ef2e6 commit 38a9e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statediff/indexer/indexer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ func TestPublishAndIndexer(t *testing.T) {
333333
Topic0 string `db:"topic0"`
334334
Topic1 string `db:"topic1"`
335335
}
336-
for i, _ := range rcts {
336+
for i := range rcts {
337337
results := make([]logIPLD, 0)
338338
pgStr = `SELECT log_cids.index, log_cids.address, log_cids.Topic0, log_cids.Topic1, data FROM eth.log_cids
339339
INNER JOIN eth.receipt_cids ON (log_cids.receipt_id = receipt_cids.id)

0 commit comments

Comments
 (0)