Skip to content

Commit

Permalink
Run make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Sep 6, 2019
1 parent fb599c8 commit 68a97de
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 @@ -12,7 +12,6 @@ var (
zstdEncOnce, zstdDecOnce sync.Once
)


func zstdDecompress(dst, src []byte) ([]byte, error) {
zstdDecOnce.Do(func() {
zstdDec, _ = zstd.NewReader(nil)
Expand Down

0 comments on commit 68a97de

Please sign in to comment.