Skip to content

Commit 2239960

Browse files
committed
whitespace fixup
1 parent 6af7ff5 commit 2239960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kafka/protocol/schemas/fields/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def encode(self, item, version=None, compact=False, tagged=False):
106106
return prefix + b''.join(encoded)
107107

108108
def emit_encode_into(self, ctx, item_expr, indent, version=None, compact=False,
109-
tagged=False, tuple_access=False):
109+
tagged=False, tuple_access=False):
110110
# Top-level struct (item_expr == 'item') has its nullability handled
111111
# by the parent struct; only inline null-prefix when this is a nested
112112
# nullable struct field.

0 commit comments

Comments
 (0)