Skip to content

Commit 260063f

Browse files
committed
Fix lint
1 parent d1b00fa commit 260063f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/chunkenc/organized_head.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func (e *organizedBufferedIterator) Next() bool {
286286
e.Close()
287287
return false
288288
}
289-
structuredMetadata, ok := e.nextMetadata()
289+
structuredMetadata, _ := e.nextMetadata()
290290
// there can be cases when there's no structured metadata?
291291
// if !ok {
292292
// e.Close()

0 commit comments

Comments
 (0)