Run rustfmt

I ignored some odd formatting it introduced relating to putting braces on newlines in if-let blocks. This might be a bug, but I didn't find any way to turn that off.
This commit is contained in:
Lucien Greathouse
2017-12-13 12:05:11 -08:00
parent 59b2401c2c
commit f89d491f29
3 changed files with 13 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ use std::time::Duration;
use notify::{DebouncedEvent, RecommendedWatcher, RecursiveMode, Watcher};
use vfs::Vfs;
use pathext::path_to_route;
use core::Config;
use pathext::path_to_route;
use vfs::Vfs;
pub struct VfsWatcher {
vfs: Arc<Mutex<Vfs>>,