Skip to content

Commit cfa723b

Browse files
committed
Refactor
1 parent 8caab14 commit cfa723b

File tree

1 file changed

+1
-2
lines changed
  • instrumentation/github.com/gorilla/mux/otelmux/test

1 file changed

+1
-2
lines changed

instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import (
3030
"go.opentelemetry.io/otel/trace"
3131
)
3232

33-
func ok(w http.ResponseWriter, _ *http.Request) {
34-
}
33+
func ok(w http.ResponseWriter, _ *http.Request) {}
3534

3635
func TestSDKIntegration(t *testing.T) {
3736
sr := tracetest.NewSpanRecorder()

0 commit comments

Comments
 (0)