Skip to content

Commit

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

0 comments on commit ec79746

Please sign in to comment.