Skip to content

Commit ebc13d2

Browse files
committed
fix: cargo fmt
1 parent dc670d7 commit ebc13d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • batcher/aligned-batcher/src

batcher/aligned-batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ impl Batcher {
511511
"There isn't a non-paying configuration loaded.".to_string(),
512512
),
513513
)
514-
.await;
514+
.await;
515515
return Ok(());
516516
};
517517
let replacement_addr = non_paying_config.replacement.address();

0 commit comments

Comments
 (0)