Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Oct 12, 2024
1 parent 003fa5b commit b92c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/assets/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func GetGenesis(networkType types.NetworkType) ([]byte, error) {
if err != nil {
return nil, err
}
defer file.Close()
defer file.Close() //nolint

decoder, err := zstd.NewReader(file)
if err != nil {
Expand Down

0 comments on commit b92c99c

Please sign in to comment.