cargo fmt

pull/441/head
Wilfred Hughes 2022-12-08 10:28:24 +07:00
parent 4da26f6459
commit 84a968cdbb
1 changed files with 3 additions and 1 deletions

@ -204,7 +204,9 @@ fn main() {
.try_for_each_with(send, |s, diff_result| s.send(diff_result))
.expect("Receiver should be connected");
printing_thread.join().expect("Printing thread should not panic");
printing_thread
.join()
.expect("Printing thread should not panic");
}
_ => {
let diff_result = diff_file(