fix: fmt issue

This commit is contained in:
Patrik Kaprinay 2024-01-14 11:49:38 +01:00
parent c7ba0048e0
commit 6b6f0312a3

View file

@ -168,7 +168,7 @@ path = "{}.rs""#,
.output() .output()
} }
} }
.expect("Failed to run 'compile' command."); .expect("Failed to run 'compile' command.");
if cmd.status.success() { if cmd.status.success() {
Ok(CompiledExercise { Ok(CompiledExercise {