Skip to content

Commit 5cd7a4f

Browse files
committed
format
1 parent 6f19dab commit 5cd7a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub async fn setup_live_scanner(
7474
let stream = scanner.create_event_stream(filter);
7575

7676
// return anvil otherwise it doesnt live long enough...
77-
Ok(LiveScannerSetup { provider, contract, scanner: scanner, stream, anvil })
77+
Ok(LiveScannerSetup { provider, contract, scanner, stream, anvil })
7878
}
7979

8080
#[allow(clippy::missing_errors_doc)]

0 commit comments

Comments
 (0)