rustfmt the codebase

This commit is contained in:
Lucien Greathouse
2019-08-27 15:10:34 -07:00
parent fea303ac8b
commit 7fb9aa2115
45 changed files with 766 additions and 764 deletions

View File

@@ -1,8 +1,4 @@
use std::{
io,
fmt,
path::PathBuf,
};
use std::{fmt, io, path::PathBuf};
use failure::Fail;
@@ -62,4 +58,4 @@ impl fmt::Display for FsError {
fn fmt(&self, output: &mut fmt::Formatter) -> fmt::Result {
write!(output, "{}: {}", self.path.display(), self.inner)
}
}
}