mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-15 13:38:07 +00:00
chore(fmt): cargo fmt
This commit is contained in:
+3
-3
@@ -660,7 +660,7 @@ impl PolyfillDemo {
|
||||
sequence: book.timestamp,
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
StreamMessage::Trade(trade) => {
|
||||
info!(
|
||||
" Processing trade: {} {} @ {}",
|
||||
@@ -668,10 +668,10 @@ impl PolyfillDemo {
|
||||
trade.size,
|
||||
trade.price
|
||||
);
|
||||
}
|
||||
},
|
||||
_ => {
|
||||
info!(" Unhandled message type");
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user