Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rtreffer committed Sep 7, 2024
1 parent 8e68941 commit b92a93f
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 @@ -43,7 +43,6 @@ func newZstdEncoder(params ZstdEncoderParams) *zstd.Encoder {
}

func getZstdEncoder(params ZstdEncoderParams) *zstd.Encoder {

zstdMutex.Lock()
defer zstdMutex.Unlock()

Expand Down

0 comments on commit b92a93f

Please sign in to comment.