Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
Signed-off-by: Shi, Stone <[email protected]>
  • Loading branch information
shijiadong2022 committed Jul 25, 2024
1 parent fb2d750 commit c758f67
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ def collect_request_attributes(
result, path, path, query_string, sem_conv_opt_in_mode
)
if http_url:
if _report_old(sem_conv_opt_in_mode) or (sem_conv_opt_in_mode == _HTTPStabilityMode.HTTP_DUP):
if _report_old(sem_conv_opt_in_mode) or (
sem_conv_opt_in_mode == _HTTPStabilityMode.HTTP_DUP
):
_set_http_url(
result, remove_url_credentials(http_url), sem_conv_opt_in_mode
)
Expand Down

0 comments on commit c758f67

Please sign in to comment.