Skip to content

Commit

Permalink
fix(header-accumulator): fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Oct 14, 2024
1 parent e2bb009 commit e826763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/header-accumulator/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl From<ProtosError> for EraValidateError {
fn from(error: ProtosError) -> Self {
match error {
ProtosError::BlockConversionError => Self::HeaderDecodeError,
_ => unimplemented!("Error mapping is not implemented")
_ => unimplemented!("Error mapping is not implemented"),
}
}
}

0 comments on commit e826763

Please sign in to comment.