Skip to content

Commit 2a0a7b4

Browse files
style: format code with Go fmt and Gofumpt
This commit fixes the style issues introduced in ac63bfb according to the output from Go fmt and Gofumpt. Details: #1
1 parent ac63bfb commit 2a0a7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lura/proxy.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ var (
3636
// Middleware creates a proxy that instruments the proxy it wraps by creating an span if enabled,
3737
// and report the duration of this stage in metrics if enabled.
3838
func Middleware(gsf state.GetterFn, metricsEnabled bool, tracesEnabled bool,
39-
stageName string, urlPattern string, staticAttrs []attribute.KeyValue) proxy.Middleware {
40-
39+
stageName string, urlPattern string, staticAttrs []attribute.KeyValue,
40+
) proxy.Middleware {
4141
if gsf == nil {
4242
gsf = state.GlobalState
4343
}

0 commit comments

Comments
 (0)