Skip to content

Commit 9ce0ae4

Browse files
remove whitespace
1 parent 1996ee3 commit 9ce0ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddtrace/contrib/internal/avro/patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _traced_serialize(func, instance, args, kwargs):
6666
finally:
6767
if active:
6868
SchemaExtractor.attach_schema_on_span(instance.writers_schema, active, SchemaExtractor.SERIALIZATION)
69-
69+
7070
return result
7171

7272

@@ -87,5 +87,5 @@ def _traced_deserialize(func, instance, args, kwargs):
8787
reader = instance
8888
if active and reader:
8989
SchemaExtractor.attach_schema_on_span(reader.writers_schema, active, SchemaExtractor.DESERIALIZATION)
90-
90+
9191
return result

0 commit comments

Comments
 (0)