Skip to content

Commit 90d74dd

Browse files
committed
fix some tips
Signed-off-by: axfor <aixiaoxiang2009@hotmail.com>
1 parent f0a2d53 commit 90d74dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ingester/app/consumer/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (c *Consumer) Close() error {
123123

124124
// Ready is consumer running
125125
func (c *Consumer) Ready() {
126-
<-c.ready
126+
_, _ = <-c.ready
127127
}
128128

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

0 commit comments

Comments
 (0)