Skip to content

Commit

Permalink
misc: removed extra linefeed
Browse files Browse the repository at this point in the history
Signed-off-by: Ankur Srivastava <best.ankur@gmail.com>
  • Loading branch information
ansrivas committed Apr 18, 2021
1 parent 4da6b65 commit 10f2fa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func (ps *FiberPrometheus) Middleware(ctx *fiber.Ctx) error {

if path == ps.defaultURL {
return ctx.Next()

}

ps.requestInFlight.WithLabelValues(method, path).Inc()
Expand Down

0 comments on commit 10f2fa7

Please sign in to comment.