Skip to content

Commit

Permalink
oops put on item
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed Apr 29, 2024
1 parent 1e3524b commit a21bade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ pub enum SignatureError {
},
}

#[rustfmt::skip]
impl Display for SignatureError {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
use self::SignatureError::*;
#[rustfmt::skip]
match *self {
EquationFalse =>
write!(f, "Verification equation failed"),
Expand Down

0 comments on commit a21bade

Please sign in to comment.