Skip to content

Commit

Permalink
style(proxy): one line const definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyosodo committed Oct 1, 2024
1 parent 7d62122 commit e33eab9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions proxy/api/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ import (
"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"
)

const (
ContentType = "application/json"
)
const ContentType = "application/json"

func MakeHandler(svc proxy.Service, logger *slog.Logger, instanceID string) http.Handler {
opts := []kithttp.ServerOption{
Expand Down

0 comments on commit e33eab9

Please sign in to comment.