Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 22, 2023
1 parent b7f14ea commit 7ed8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/backend_interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub enum BackendError {
InvalidUTF8Vector(Vec<u8>),

#[error(
"The backend responded with a unexpected number of bytes. Expected: {0} but got {.1.len()} ({1:?})",
"The backend responded with a unexpected number of bytes. Expected: {0} but got {} ({1:?})", .1.len()
)]
UnexpectedNumberOfBytes(usize, Vec<u8>),

Expand Down

0 comments on commit 7ed8b12

Please sign in to comment.