Skip to content

Commit a6a8b61

Browse files
authored
Change to \n
1 parent 6cd42bb commit a6a8b61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ fn watch() -> notify::Result<()> {
8888
Ok(event) => match event {
8989
DebouncedEvent::Create(b) | DebouncedEvent::Chmod(b) | DebouncedEvent::Write(b) => {
9090
if b.extension() == Some(OsStr::new("rs")) {
91-
println!("----------**********----------");
92-
println!();
91+
println!("----------**********----------\n");
9392
let _ignored = verify(Some(b.as_path().to_str().unwrap()));
9493
}
9594
}

0 commit comments

Comments
 (0)