Skip to content

Commit 25012a3

Browse files
committed
cargo fmt
1 parent 0e20cbc commit 25012a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/batcher/src/types/errors.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ impl From<Bytes> for TransactionSendError {
4242
}
4343
_ => {
4444
// flush because unkown error
45-
TransactionSendError::Generic(format!(
46-
"Unknown bytestring error: {byte_string}"
47-
))
45+
TransactionSendError::Generic(format!("Unknown bytestring error: {byte_string}"))
4846
}
4947
}
5048
}

0 commit comments

Comments
 (0)