Skip to content

Commit e92b7af

Browse files
committed
fix: fmt
1 parent 278ba16 commit e92b7af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/event_scanner/scanner/sync/from_latest.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ impl<N: Network> EventScanner<SyncFromLatestEvents, N> {
8080
let listeners = self.listeners.clone();
8181
let max_concurrent_fetches = self.config.max_concurrent_fetches;
8282

83-
opt_info!(
84-
count = count,
85-
"Starting scanner, mode: fetch latest events and switch to live"
86-
);
83+
opt_info!(count = count, "Starting scanner, mode: fetch latest events and switch to live");
8784

8885
let client = self.block_range_scanner.run()?;
8986

0 commit comments

Comments
 (0)