Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: René Treffer <treffer@measite.de>
  • Loading branch information
rtreffer committed Sep 7, 2024
1 parent 8e68941 commit a3e620a
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 a3e620a

Please sign in to comment.