Skip to content

Commit 656243f

Browse files
committed
fix: cargo fmt
1 parent 29e87b3 commit 656243f

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
@@ -792,7 +792,7 @@ impl Batcher {
792792
ws_conn_sink.clone(),
793793
SubmitProofResponseMessage::InvalidMaxFee,
794794
)
795-
.await;
795+
.await;
796796
self.metrics.user_error(&["invalid_max_fee", ""]);
797797
return Ok(());
798798
}

0 commit comments

Comments
 (0)