Skip to content

Commit 89082f3

Browse files
committed
fmt
1 parent 6240b71 commit 89082f3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rewatch/src/lock.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ pub fn get(kind: LockKind, folder: &str) -> Lock {
182182
LockKind::Build => {
183183
println!("Waiting for other build to finish...");
184184
match await_lock_deletion(&lib_dir, kind) {
185-
Ok(_) => {
186-
continue;
187-
}
185+
Ok(_) => continue,
188186
Err(_) => return Lock::Error(Error::Locked(parsed_pid)),
189187
};
190188
}

0 commit comments

Comments
 (0)