Skip to content

Commit

Permalink
fmt hook fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanton-asapp committed Jan 7, 2021
1 parent a089770 commit 4c12787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zstd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
var zstdDec, _ = zstd.NewReader(nil)
var zstdEnc, _ = zstd.NewWriter(nil, zstd.WithZeroFrames(true))


func zstdDecompress(dst, src []byte) ([]byte, error) {
return zstdDec.DecodeAll(src, dst)
}
Expand Down

0 comments on commit 4c12787

Please sign in to comment.