Skip to content

Commit f29bff6

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lura/attributes.go

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import (
2929
// - backend-request: when reporting the request to the backends
3030
// - server address: the host for the request
3131
func backendConfigAttributes(cfg *config.Backend, stage string) []attribute.KeyValue {
32-
3332
urlPattern := kotelconfig.NormalizeURLPattern(cfg.URLPattern)
3433
parentEndpoint := kotelconfig.NormalizeURLPattern(cfg.ParentEndpoint)
3534

0 commit comments

Comments
 (0)