mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 01:40:34 +01:00
Formatting
This commit is contained in:
parent
328c6640be
commit
f7d1938556
1 changed files with 1 additions and 2 deletions
|
@ -375,8 +375,7 @@ fn spawn_senders(
|
|||
}
|
||||
}
|
||||
|
||||
let send_result = tx_thread
|
||||
.send(WorkerResult::Entry(entry_path.to_owned()));
|
||||
let send_result = tx_thread.send(WorkerResult::Entry(entry_path.to_owned()));
|
||||
|
||||
if !send_result.is_ok() {
|
||||
return ignore::WalkState::Quit;
|
||||
|
|
Loading…
Reference in a new issue