We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7335f6 commit 8c82b84Copy full SHA for 8c82b84
1 file changed
crates/common/src/utils.rs
@@ -526,7 +526,7 @@ impl Display for BodyDeserializeError {
526
match self {
527
BodyDeserializeError::SerdeJsonError(e) => write!(f, "JSON deserialization error: {e}"),
528
BodyDeserializeError::SszDecodeError(e) => {
529
- write!(f, "SSZ deserialization error: {:?}", e)
+ write!(f, "SSZ deserialization error: {e:?}")
530
}
531
BodyDeserializeError::UnsupportedMediaType => write!(f, "unsupported media type"),
532
0 commit comments