Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi committed Nov 5, 2024
1 parent d1b00fa commit 260063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chunkenc/organized_head.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func (e *organizedBufferedIterator) Next() bool {
e.Close()
return false
}
structuredMetadata, ok := e.nextMetadata()
structuredMetadata, _ := e.nextMetadata()
// there can be cases when there's no structured metadata?
// if !ok {
// e.Close()
Expand Down

0 comments on commit 260063f

Please sign in to comment.