Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Sep 29, 2023
1 parent 892a94f commit ed39c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracker/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ func (e *EventTracker) getLogsForBlocks(fromBlock, toBlock uint64) error {
return nil
}

// getLogsForBlocksInBatches is a method of the EventTracker struct that is responsible for getting logs for blocks in batches.
// getLogsForBlocksInBatches is a method of the EventTracker struct
// that is responsible for getting logs for blocks in batches.
//
// Example Usage:
//
Expand Down

0 comments on commit ed39c04

Please sign in to comment.