Formatting

This commit is contained in:
sharkdp 2020-01-01 12:05:50 +01:00
parent 328c6640be
commit f7d1938556
1 changed files with 1 additions and 2 deletions

View File

@ -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;