Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jul 24, 2023
1 parent 0c63e58 commit 8b58eb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion formats/NSZ/block_decompressor.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func NewBlockDecompressor(reader io.ReadSeeker) (*Decompressor, error) {

func (d *Decompressor) Read(p []byte) (n int, err error) {
//read out from the existing zstd compressor if it exists
n = 0
if d.currentDecompressor != nil || d.currentNotCompressedReader != nil {
//Try and read as much as we can from this existing compressor
if d.currentDecompressor != nil {
Expand Down

0 comments on commit 8b58eb5

Please sign in to comment.