Change to \n
This commit is contained in:
parent
6cd42bb821
commit
a6a8b61b12
|
@ -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()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue