Change to \n
This commit is contained in:
parent
6cd42bb821
commit
a6a8b61b12
|
@ -88,8 +88,7 @@ fn watch() -> notify::Result<()> {
|
||||||
Ok(event) => match event {
|
Ok(event) => match event {
|
||||||
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
|
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
|
||||||
if b.extension() == Some(OsStr::new("rs")) {
|
if b.extension() == Some(OsStr::new("rs")) {
|
||||||
println!("----------**********----------");
|
println!("----------**********----------\n");
|
||||||
println!();
|
|
||||||
let _ignored = verify(Some(b.as_path().to_str().unwrap()));
|
let _ignored = verify(Some(b.as_path().to_str().unwrap()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue