Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharkiewicz authored and github-actions committed Oct 16, 2024
1 parent 7e09e5e commit a6bace5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/events/athena/athena.go
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ func New(ctx context.Context, cfg Config) (*Log, error) {
}

l := &Log{
publisher: newPublisherFromAthenaConfig(cfg),
querier: querier,
publisher: newPublisherFromAthenaConfig(cfg),
querier: querier,
}

if !cfg.ConsumerDisabled {
Expand Down

0 comments on commit a6bace5

Please sign in to comment.