From 6b6f0312a353d166a8bae84878a8cf30f98a2061 Mon Sep 17 00:00:00 2001 From: Patrik Kaprinay Date: Sun, 14 Jan 2024 11:49:38 +0100 Subject: [PATCH] fix: fmt issue --- src/exercise.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercise.rs b/src/exercise.rs index 4c3994c5..aea9a715 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -168,7 +168,7 @@ path = "{}.rs""#, .output() } } - .expect("Failed to run 'compile' command."); + .expect("Failed to run 'compile' command."); if cmd.status.success() { Ok(CompiledExercise {