aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 0adc7c5..97d3f88 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -210,7 +210,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);
}