From f7d19385569a7719d2b89bca3736c8eda400584a Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 1 Jan 2020 12:05:50 +0100 Subject: [PATCH] Formatting --- src/walk.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/walk.rs b/src/walk.rs index 335e429..77ec7c9 100644 --- a/src/walk.rs +++ b/src/walk.rs @@ -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;