Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru committed Sep 24, 2021
1 parent 2759314 commit 72a0dc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def to_creation_time_attributes(
"""
if sampling_relevant_attrs:
output.write(
"\nFollowing attributes SHOULD be provided **at span creation time** (when provided at all), " +
"so they can be considered for sampling decisions:\n\n"
"\nFollowing attributes SHOULD be provided **at span creation time** (when provided at all), "
+ "so they can be considered for sampling decisions:\n\n"
)

for attr in sampling_relevant_attrs:
Expand Down

0 comments on commit 72a0dc7

Please sign in to comment.