aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-06 23:19:38 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-06 23:19:38 +0200
commit0ae1792d193f60926366245b93e31398d603b962 (patch)
treee1ebaf49020dd8c2a282469baed6aea4fc152443
parent0e75c33ddc8755f2e890b017dba6b1fb7e287241 (diff)
Fix comment formatting
-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);
}