Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Nov 27, 2024
1 parent c61b48f commit c4c15ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/v0/impls/l1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ impl L1Client {
loop {
// Wait for a block, timing out if we don't get one within 60 seconds
let block_timeout = tokio::time::timeout(Duration::from_secs(60), block_stream.next()).await;

match block_timeout {
// We got a block
Ok(Some(head)) => {
Expand Down

0 comments on commit c4c15ed

Please sign in to comment.