From 0ae1792d193f60926366245b93e31398d603b962 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 6 Aug 2023 23:19:38 +0200 Subject: Fix comment formatting --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3