Skip to content

Commit

Permalink
Change empty string checks to be more idiomatic (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Cheng authored and erikdubbelboer committed Feb 21, 2024
1 parent 16627c1 commit 94ae58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"bytes"
"errors"
"fmt"
"github.com/klauspost/compress/zstd"
"html"
"io"
"io/fs"
Expand All @@ -19,6 +18,7 @@ import (

"github.com/andybalholm/brotli"
"github.com/klauspost/compress/gzip"
"github.com/klauspost/compress/zstd"
"github.com/valyala/bytebufferpool"
)

Expand Down

0 comments on commit 94ae58c

Please sign in to comment.