Skip to content

Commit

Permalink
oops trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
muncus committed Jun 26, 2023
1 parent 05bf7b9 commit 308dab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def _get_span_name(request):

if hasattr(match, "route") and match.route:
return f"{request.method} {match.route}"

if hasattr(match, "url_name") and match.url_name:
return f"{request.method} {match.url_name}"

Expand Down

0 comments on commit 308dab0

Please sign in to comment.