Skip to content

Commit b37b4bf

Browse files
committed
fix: format
1 parent accf180 commit b37b4bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/live_mode/optional_fields.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ async fn mixed_optional_and_required_filters() -> anyhow::Result<()> {
105105

106106
let mut scanner = setup.scanner;
107107

108-
let mut specific_stream =
109-
scanner.subscribe(specific_filter).take(expected_specific_count);
108+
let mut specific_stream = scanner.subscribe(specific_filter).take(expected_specific_count);
110109
let mut all_stream = scanner.subscribe(all_events_filter).take(expected_all_count);
111110

112111
tokio::spawn(async move { scanner.start().await });

0 commit comments

Comments
 (0)