From ef4b9ce544636e24f30483217b4fcd6315d46894 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 6 Aug 2023 21:22:05 +0200 Subject: Fix retarded rustfmt shit --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 753cab0..86dc766 100644 --- a/src/main.rs +++ b/src/main.rs @@ -197,7 +197,7 @@ fn run_indiv( } /* If the process failed, it is expected to print an error message; as such, - we exit directly. */ + we exit directly. */ if !child.wait()?.success() { process::exit(1); } @@ -255,7 +255,7 @@ fn run_multi( } /* If the process failed, it is expected to print an error message; as such, - we exit directly. */ + we exit directly. */ if !child.wait()?.success() { process::exit(1); } -- cgit v1.2.3