Skip to content

Commit

Permalink
Fix OrderList display
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 27, 2024
1 parent 50451b5 commit ee174b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_core/model/src/orders/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl Display for OrderList {
instrument_id={}, \
strategy_id={}, \
orders={:?}, \
ts_init={}, \
ts_init={}\
)",
self.id, self.instrument_id, self.strategy_id, self.orders, self.ts_init,
)
Expand Down

0 comments on commit ee174b7

Please sign in to comment.