Skip to content

Commit 9bd2adf

Browse files
committed
fix: cargo fmt on connect_no_ohlcvc signature
1 parent 05b1b86 commit 9bd2adf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • crates/thetadatadx/src/fpss

crates/thetadatadx/src/fpss/mod.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,11 @@ impl FpssClient {
308308
/// `FpssData::Ohlcvc` events after each trade. You still receive
309309
/// server-sent OHLCVC frames. This reduces throughput overhead by
310310
/// eliminating one extra event per trade.
311-
pub fn connect_no_ohlcvc<F>(creds: &Credentials, ring_size: usize, handler: F) -> Result<Self, Error>
311+
pub fn connect_no_ohlcvc<F>(
312+
creds: &Credentials,
313+
ring_size: usize,
314+
handler: F,
315+
) -> Result<Self, Error>
312316
where
313317
F: FnMut(&FpssEvent) + Send + 'static,
314318
{

0 commit comments

Comments
 (0)