mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Remove unnessecary whitespace
This commit is contained in:
parent
a6a8b61b12
commit
3b5dfac44e
1 changed files with 1 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue