Skip to content

Commit 488c1ea

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

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
@@ -39,8 +39,8 @@ var (
3939
// Middleware creates a proxy that instruments the proxy it wraps by creating an span if enabled,
4040
// and report the duration of this stage in metrics if enabled.
4141
func Middleware(staticAttrs []attribute.KeyValue, gsf state.GetterFn, metricsEnabled bool, tracesEnabled bool,
42-
spanName string) proxy.Middleware {
43-
42+
spanName string,
43+
) proxy.Middleware {
4444
if gsf == nil {
4545
gsf = state.GlobalState
4646
}

0 commit comments

Comments
 (0)