Skip to content

Commit

Permalink
refactor: run gofumpt -l -extra -w .
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Vitali committed Feb 14, 2023
1 parent e001935 commit a11e10d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func ReportDBStatsMetrics(db *sql.DB) {
connsClosedMaxIdleTime,
connsClosedMaxLifetime,
)

if err != nil {
panic(err)
}
Expand Down

0 comments on commit a11e10d

Please sign in to comment.