Remove unnessecary whitespace

This commit is contained in:
Andrew Bagshaw 2019-03-15 16:01:45 -07:00
parent a6a8b61b12
commit 3b5dfac44e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fn watch() -> notify::Result<()> {
let _ignored = verify(None);
loop {
match rx.recv() {
match rx.recv() {
Ok(event) => match event {
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
if b.extension() == Some(OsStr::new("rs")) {