Initial refactor and block closing.

This commit is contained in:
Gav Wood
2016-02-29 14:57:41 +01:00
parent 6197b3ee60
commit 83b8e7df5a
4 changed files with 59 additions and 36 deletions

View File

@@ -354,7 +354,6 @@ impl Default for Informant {
}
impl Informant {
fn format_bytes(b: usize) -> String {
match binary_prefix(b as f64) {
Standalone(bytes) => format!("{} bytes", bytes),