Skip to content

Commit 214a75c

Browse files
committed
whitespace
1 parent 35850b2 commit 214a75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confluent_kafka/deserializing_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def poll(self, timeout: float = -1) -> Optional[Message]:
110110
if topic is None:
111111
raise TypeError("Message topic is None")
112112
ctx = SerializationContext(topic, MessageField.VALUE, msg.headers())
113-
113+
114114
value = msg.value()
115115
if self._value_deserializer is not None:
116116
try:

0 commit comments

Comments
 (0)