Remove unnecessary whitespace

This commit is contained in:
Daniel Karzel 2021-06-08 10:41:58 +10:00
parent d5d0dda6e7
commit f1b115b563
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

View File

@ -479,7 +479,7 @@ fn parse_monero_address(s: &str) -> Result<monero::Address> {
} }
#[derive(thiserror::Error, Debug, Clone, Copy, PartialEq)] #[derive(thiserror::Error, Debug, Clone, Copy, PartialEq)]
#[error("Invalid monero address provided, expected address on network {expected:?} but address provided is on {actual:?}")] #[error("Invalid monero address provided, expected address on network {expected:?} but address provided is on {actual:?}")]
pub struct MoneroAddressNetworkMismatch { pub struct MoneroAddressNetworkMismatch {
expected: monero::Network, expected: monero::Network,
actual: monero::Network, actual: monero::Network,