Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jul 10, 2024
1 parent 7beca2c commit ef190bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/katana/storage/provider/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ pub enum ProviderError {

/// Error when a contract nonce change entry is not found but the block number of when the
/// change happen exists in the nonce change list.
#[error(
"Missing contract nonce change entry for contract {contract_address} at block {block}"
)]
#[error("Missing contract nonce change entry for contract {contract_address} at block {block}")]
MissingContractNonceChangeEntry {
/// The block number of when the change happen.
block: BlockNumber,
Expand Down

0 comments on commit ef190bb

Please sign in to comment.