Skip to content

Commit ec9870a

Browse files
committed
cargo fmt
1 parent b389750 commit ec9870a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

batcher/aligned-sdk/src/core/errors.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,10 @@ impl fmt::Display for SubmitError {
211211
SubmitError::InvalidProofInclusionData => {
212212
write!(f, "Batcher responded with invalid batch inclusion data. Can't verify your proof was correctly included in the batch.")
213213
}
214-
SubmitError::BatchQueueLimitExceededError => write!(f, "Error while adding entry to batch, queue limit exeeded."),
215-
214+
SubmitError::BatchQueueLimitExceededError => {
215+
write!(f, "Error while adding entry to batch, queue limit exeeded.")
216+
}
217+
216218
SubmitError::GetNonceError(e) => write!(f, "Error while getting nonce {}", e),
217219
}
218220
}

0 commit comments

Comments
 (0)