Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Aug 18, 2024
1 parent d02de5d commit 8a8f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func Shutdown(e *echov4.Echo) {
}

if otelShutdown != nil {
otelShutdown(ctx)
_ = otelShutdown(ctx)
}
}

Expand Down

0 comments on commit 8a8f351

Please sign in to comment.