Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 12, 2023
1 parent 2dbee32 commit 74d6e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func init() {
defer gz.Close()

var buf bytes.Buffer
io.Copy(&buf, gz)
_, err = io.Copy(&buf, gz)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 74d6e89

Please sign in to comment.