Skip to content

Commit

Permalink
A random change (#3194)
Browse files Browse the repository at this point in the history
# Description
<!--- Describe your changes to provide context for reviewers, including
why it is needed -->

# Changes
<!-- List of detailed changes (how the change is accomplished) -->

- [ ] ...
- [ ] ...

## How to test
<!--- Include details of how to test your changes, including any
pre-requisites. If no unit tests are included, please explain why and
how to test manually
1.
2.
3.
-->

<!--
## Related Issues

Fixes #
-->
  • Loading branch information
squadgazzz authored Dec 30, 2024
1 parent 9b0cb16 commit 157c54c
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 @@ -66,7 +66,7 @@ mod serialize {
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
write!(
formatter,
"a hex-encoded string starting with \"0x\" containing {N} bytes",
"a hex-encoded string starting with \"0x\" containing {N} bytes 2",
)
}

Expand Down

0 comments on commit 157c54c

Please sign in to comment.