From 53512ad1117e43c1e9f6b87e717a94f29f35c965 Mon Sep 17 00:00:00 2001 From: Minseong Jang Date: Mon, 28 Feb 2022 09:59:11 +0900 Subject: [PATCH] Update grader for h1 --- scripts/grade-hw1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grade-hw1.sh b/scripts/grade-hw1.sh index eaf90c1..dfac604 100644 --- a/scripts/grade-hw1.sh +++ b/scripts/grade-hw1.sh @@ -4,7 +4,7 @@ set -e # Run lints. -cargo fmt --all -- --check +cargo fmt --all -- --check # run `cargo fmt` to auto-correct format. cargo clippy # Run tests.