Skip to content

Commit

Permalink
fixed wrong noop implementation for compressor Close
Browse files Browse the repository at this point in the history
  • Loading branch information
leorinat committed Apr 2, 2024
1 parent 0f3452c commit f1e16d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ func (n noop) Flush() error {
return nil
}

func (n *noop) Close() error { return n.Close() }
func (n *noop) Close() error { return nil }

0 comments on commit f1e16d6

Please sign in to comment.