Skip to content

Commit

Permalink
return nil
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Sep 12, 2020
1 parent 556d537 commit 4c3a353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/compressor.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (c *Compressor) encodeAndWrite(output *bytes.Buffer, object interface{}) er
}

c.pool.Put(buf)
return err
return nil
}

func (c *Compressor) decodeMap(input []byte) (map[string]interface{}, error) {
Expand Down

0 comments on commit 4c3a353

Please sign in to comment.