Skip to content

Commit

Permalink
Clean up linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed May 7, 2024
1 parent 0fd7cf4 commit 5c77d3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func TestLogEventBufferV1_Dequeue_highLoad(t *testing.T) {
assert.Equal(t, 95, len(bufV1.queues["4"].logs))
assert.Equal(t, 95, len(bufV1.queues["5"].logs))
})

}

func TestLogEventBufferV1_Enqueue(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ func (p *logEventProvider) getLogsFromBuffer(latestBlock int64) []ocr2keepers.Up
}

start += int64(blockRate)

}
p.currentIteration++
default:
Expand Down

0 comments on commit 5c77d3f

Please sign in to comment.