Skip to content

Commit

Permalink
fix some tips
Browse files Browse the repository at this point in the history
Signed-off-by: axfor <[email protected]>
  • Loading branch information
axfor committed Mar 22, 2023
1 parent f0a2d53 commit 90d74dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ingester/app/consumer/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *Consumer) Close() error {

// Ready is consumer running
func (c *Consumer) Ready() {
<-c.ready
_, _ = <-c.ready
}

// Setup is run at the beginning of a new session, before ConsumeClaim
Expand Down

0 comments on commit 90d74dd

Please sign in to comment.