Skip to content

Commit a863d67

Browse files
committed
fmt fix
1 parent d5b0614 commit a863d67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aibtrace/aibtrace.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ import (
88
"go.opentelemetry.io/otel/trace"
99
)
1010

11-
type traceInterceptionAttrsContextKey struct{}
12-
type traceRequestBridgeAttrsContextKey struct{}
11+
type (
12+
traceInterceptionAttrsContextKey struct{}
13+
traceRequestBridgeAttrsContextKey struct{}
14+
)
1315

1416
const (
1517
// trace attribute key constants

0 commit comments

Comments
 (0)