Skip to content

Commit c758f67

Browse files
fix format issue
Signed-off-by: Shi, Stone <[email protected]>
1 parent fb2d750 commit c758f67

File tree

1 file changed

+3
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi

1 file changed

+3
-1
lines changed

instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,9 @@ def collect_request_attributes(
354354
result, path, path, query_string, sem_conv_opt_in_mode
355355
)
356356
if http_url:
357-
if _report_old(sem_conv_opt_in_mode) or (sem_conv_opt_in_mode == _HTTPStabilityMode.HTTP_DUP):
357+
if _report_old(sem_conv_opt_in_mode) or (
358+
sem_conv_opt_in_mode == _HTTPStabilityMode.HTTP_DUP
359+
):
358360
_set_http_url(
359361
result, remove_url_credentials(http_url), sem_conv_opt_in_mode
360362
)

0 commit comments

Comments
 (0)