Skip to content

Commit e31e21c

Browse files
committed
fix(confluent-kafka): Fixed identation
1 parent 49b65c5 commit e31e21c

File tree

1 file changed

+5
-5
lines changed
  • instrumentation/opentelemetry-instrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka

1 file changed

+5
-5
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-confluent-kafka/src/opentelemetry/instrumentation/confluent_kafka/utils.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ def set(self, carrier: textmap.CarrierT, key: str, value: str) -> None:
8484

8585

8686
def _enrich_span(
87-
span,
88-
topic,
89-
partition: Optional[int] = None,
90-
offset: Optional[int] = None,
91-
operation: Optional[MessagingOperationValues] = None,
87+
span,
88+
topic,
89+
partition: Optional[int] = None,
90+
offset: Optional[int] = None,
91+
operation: Optional[MessagingOperationValues] = None,
9292
):
9393
if not span.is_recording():
9494
return

0 commit comments

Comments
 (0)