Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 30, 2024
1 parent ec79746 commit c40fd85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/solvers-dto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ mod serialize {
)));
}
hex::decode(&s[2..]).map_err(|err| {
de::Error::custom(format!("failed to decode {s:?} as a hex 1 string: {err}",))
de::Error::custom(format!(
"failed to decode {s:?} as a hex 1 string: {err}",
))
})
}
}
Expand Down

0 comments on commit c40fd85

Please sign in to comment.