Skip to content

Commit 308dab0

Browse files
committed
oops trailing whitespace
1 parent 05bf7b9 commit 308dab0

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware/otel_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def _get_span_name(request):
174174

175175
if hasattr(match, "route") and match.route:
176176
return f"{request.method} {match.route}"
177-
177+
178178
if hasattr(match, "url_name") and match.url_name:
179179
return f"{request.method} {match.url_name}"
180180

0 commit comments

Comments
 (0)