Change to \n

This commit is contained in:
Andrew Bagshaw 2019-03-15 12:47:06 -07:00 committed by GitHub
parent 6cd42bb821
commit a6a8b61b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ fn watch() -> notify::Result<()> {
Ok(event) => match event {
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
if b.extension() == Some(OsStr::new("rs")) {
println!("----------**********----------");
println!();
println!("----------**********----------\n");
let _ignored = verify(Some(b.as_path().to_str().unwrap()));
}
}