Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Oct 26, 2023
1 parent db3e0c2 commit 9bee373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/queue/sharedmain/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func mainHandler(
}
// Create queue handler chain.
// Note: innermost handlers are specified first, ie. the last handler in the chain will be executed first.
var composedHandler http.Handler = proxyHandler
composedHandler := proxyHandler

metricsSupported := supportsMetrics(ctx, logger, env)
if metricsSupported {
Expand Down

0 comments on commit 9bee373

Please sign in to comment.