mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-27 00:00:03 +03:00
fix: fmt issue
This commit is contained in:
parent
c7ba0048e0
commit
6b6f0312a3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue