Skip to content

Commit cc6e099

Browse files
committed
chore: run cargo fmt
1 parent d55d6b4 commit cc6e099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ impl Batcher {
18261826
// TODO: In the future, we should re-add the failed batch back to the queue
18271827
// For now, we flush everything as a safety measure
18281828
self.flush_queue_and_clear_nonce_cache().await;
1829-
1829+
18301830
return Err(BatcherError::StateCorruptedAndFlushed(format!(
18311831
"Queue and user states flushed due to insufficient balance for user {:?}",
18321832
address

0 commit comments

Comments
 (0)