Skip to content

Commit

Permalink
fix linting issues #30
Browse files Browse the repository at this point in the history
  • Loading branch information
akyriako committed Nov 19, 2024
1 parent fb72d75 commit 6296a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/samples/stress/stress.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
defer func(logger *zap.Logger) {
err := logger.Sync()
if err != nil {
fmt.Errorf("failed to sync zap logger: %v", err)
_ = fmt.Errorf("failed to sync zap logger: %v", err)
}
}(logger)

Expand Down

0 comments on commit 6296a41

Please sign in to comment.