mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-17 06:28:07 +00:00
chore(fmt): cargo fmt
This commit is contained in:
+4
-1
@@ -1942,7 +1942,10 @@ mod tests {
|
||||
assert_eq!(book.min_order_size, Decimal::from_str("1").unwrap());
|
||||
assert!(!book.neg_risk);
|
||||
assert_eq!(book.tick_size, Decimal::from_str("0.01").unwrap());
|
||||
assert_eq!(book.last_trade_price, Some(Decimal::from_str("0.755").unwrap()));
|
||||
assert_eq!(
|
||||
book.last_trade_price,
|
||||
Some(Decimal::from_str("0.755").unwrap())
|
||||
);
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
|
||||
Reference in New Issue
Block a user