Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino committed Mar 16, 2024
1 parent 98abd8b commit a9e43a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/relayer/indexer/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ func (i *Indexer) filter(ctx context.Context) error {
if !messageSentEvents.Next() || messageSentEvents.Event == nil {
// use "end" not "filterEnd" here, because it will be used as the start
// of the next batch.

if err := i.handleNoEventsInBatch(ctx, i.srcChainId, int64(end)); err != nil {
return errors.Wrap(err, "i.handleNoEventsInBatch")
}
Expand Down Expand Up @@ -369,7 +368,6 @@ func (i *Indexer) filter(ctx context.Context) error {
return errors.Wrap(err, "i.handleNoEventsInBatch")

}

Check failure on line 370 in packages/relayer/indexer/indexer.go

View workflow job for this annotation

GitHub Actions / lint

unnecessary trailing newline (whitespace)

break

Check failure on line 371 in packages/relayer/indexer/indexer.go

View workflow job for this annotation

GitHub Actions / lint

branch statements should not be cuddled if block has more than two lines (wsl)
}
}
Expand Down

0 comments on commit a9e43a5

Please sign in to comment.