Skip to content

Commit 10186c4

Browse files
committed
[EN-1980] Minor style fixes
1 parent 0b748ea commit 10186c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dxfeed/core/listeners/listener.pyx

+4-2
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ cdef void quote_default_listener(int event_type,
6666
time=quotes[i].time,
6767
time_nanos=quotes[i].time_nanos,
6868
bid_time=quotes[i].bid_time,
69-
bid_exchange_code=unicode_from_dxf_const_string_t(&quotes[i].bid_exchange_code, size=1),
69+
bid_exchange_code=unicode_from_dxf_const_string_t(&quotes[i].bid_exchange_code,
70+
size=1),
7071
bid_price=quotes[i].bid_price,
7172
bid_size=quotes[i].bid_size,
7273
ask_time=quotes[i].ask_time,
73-
ask_exchange_code=unicode_from_dxf_const_string_t(&quotes[i].ask_exchange_code, size=1),
74+
ask_exchange_code=unicode_from_dxf_const_string_t(&quotes[i].ask_exchange_code,
75+
size=1),
7476
ask_price=quotes[i].ask_price,
7577
ask_size=quotes[i].ask_size,
7678
scope=<int> quotes[i].scope)

0 commit comments

Comments
 (0)