chore(fmt): cargo fmt

This commit is contained in:
floor-licker
2026-01-29 18:47:30 -05:00
parent da51caa251
commit 41db8cabcd
5 changed files with 48 additions and 31 deletions
+3 -3
View File
@@ -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");
}
},
}
}