Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eupn committed Jan 10, 2019
1 parent 29fc3e6 commit b4e4992
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/core/hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ impl fmt::Display for Hash {
let starting = &hash_hex[..NUM_SHOW];
let ending = &hash_hex[(len - NUM_SHOW)..];

write!(f,
"{}...{}",
starting,
ending
)
write!(f, "{}...{}", starting, ending)
}
}

Expand Down

0 comments on commit b4e4992

Please sign in to comment.