diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-08-06 23:19:38 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-06 23:19:38 +0200 | 
| commit | 0ae1792d193f60926366245b93e31398d603b962 (patch) | |
| tree | e1ebaf49020dd8c2a282469baed6aea4fc152443 /src | |
| parent | 0e75c33ddc8755f2e890b017dba6b1fb7e287241 (diff) | |
Fix comment formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 | 
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);  		} |