tx-pool: I think I copied and pasted some spaces from somewhere

This commit is contained in:
Andrew Jones 2019-03-01 14:29:57 +00:00
parent 603d15955d
commit f103a6b184
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub enum Error<Hash: fmt::Debug + fmt::LowerHex> {
pub type Result<T, H> = result::Result<T, Error<H>>;
impl<H: fmt::Debug + fmt::LowerHex> fmt::Display for Error<H> {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self {
Error::AlreadyImported(h) =>
write!(f, "[{:?}] already imported", h),