Skip to content

Commit 938a534

Browse files
committed
Fmt
1 parent 2554a55 commit 938a534

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/batcher/src/types/errors.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@ impl fmt::Display for TransactionSendError {
164164
write!(f, "Insufficient fee for aggregator")
165165
}
166166
TransactionSendError::SubmissionInsufficientBalance(address) => {
167-
write!(f, "Submission insufficient balance for address: {:?}", address)
167+
write!(
168+
f,
169+
"Submission insufficient balance for address: {:?}",
170+
address
171+
)
168172
}
169173
TransactionSendError::BatchAlreadySubmitted => {
170174
write!(f, "Batch already submitted")

0 commit comments

Comments
 (0)