Skip to content

Commit de593fa

Browse files
committed
format
1 parent 4e4f0d2 commit de593fa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/historic_to_live/basic.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ async fn replays_historical_then_switches_to_live() -> anyhow::Result<()> {
4444
let mut stream = client.create_event_stream(filter).take(historical_events + live_events);
4545

4646
tokio::spawn(async move {
47-
client
48-
.stream_from(
49-
BlockNumberOrTag::Number(first_historical_block),
50-
Option::None,
51-
)
52-
.await
47+
client.stream_from(BlockNumberOrTag::Number(first_historical_block), Option::None).await
5348
});
5449

5550
sleep(Duration::from_millis(200)).await;

0 commit comments

Comments
 (0)