Skip to content

Commit

Permalink
fix(confluent-kafka): Fixed identation
Browse files Browse the repository at this point in the history
  • Loading branch information
javferrod committed Jun 26, 2023
1 parent 49b65c5 commit e31e21c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ def set(self, carrier: textmap.CarrierT, key: str, value: str) -> None:


def _enrich_span(
span,
topic,
partition: Optional[int] = None,
offset: Optional[int] = None,
operation: Optional[MessagingOperationValues] = None,
span,
topic,
partition: Optional[int] = None,
offset: Optional[int] = None,
operation: Optional[MessagingOperationValues] = None,
):
if not span.is_recording():
return
Expand Down

0 comments on commit e31e21c

Please sign in to comment.