Skip to content

Commit 13ad0a6

Browse files
committed
format
1 parent 78980c5 commit 13ad0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block_range_scanner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ mod tests {
12901290

12911291
match rx.recv().await.expect("subscriber should stay open") {
12921292
Err(BlockRangeScannerError::WebSocketConnectionFailed(attempts)) => {
1293-
assert_eq!(attempts, 4)
1293+
assert_eq!(attempts, 4);
12941294
}
12951295
other => panic!("unexpected message: {other:?}"),
12961296
}

0 commit comments

Comments
 (0)