From 157c54cf0cbb78887edbefdadac8ef96e07d1280 Mon Sep 17 00:00:00 2001 From: ilya Date: Mon, 30 Dec 2024 12:09:03 +0000 Subject: [PATCH] A random change (#3194) # Description # Changes - [ ] ... - [ ] ... ## How to test --- crates/solvers-dto/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/solvers-dto/src/lib.rs b/crates/solvers-dto/src/lib.rs index 90fb40c06a..dcf603708d 100644 --- a/crates/solvers-dto/src/lib.rs +++ b/crates/solvers-dto/src/lib.rs @@ -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", ) }