From 700a065abd4d9536ca8f12fa18975025fc2bc1ac Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 1 Aug 2024 19:19:14 +0200 Subject: [PATCH] Fix rustfmt option --- src/dev/check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/check.rs b/src/dev/check.rs index 0b243b2f..c89eb35d 100644 --- a/src/dev/check.rs +++ b/src/dev/check.rs @@ -260,7 +260,7 @@ fn check_solutions( .arg("--edition") .arg("2021") .arg("--color") - .arg("--always") + .arg("always") .stdin(Stdio::null()); for (exercise_name, handle) in info_file