Skip to content

Commit 67acfdb

Browse files
committed
fmt
1 parent 26562da commit 67acfdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/block_range_scanner/common.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ async fn get_first_block<
8484
subscription::Error::Lagged(_) => {
8585
// scanner already accounts for skipped block numbers
8686
// next block will be the actual incoming block
87-
info!(
88-
"Skipping Error::Lagged, next block should be the first live block"
89-
);
87+
info!("Skipping Error::Lagged, next block should be the first live block");
9088
}
9189
subscription::Error::Timeout => {
9290
_ = sender.try_stream(ScannerError::Timeout).await;

0 commit comments

Comments
 (0)