From 05ee4fc1a063d6c8ceb908d86e0d7283324a474a Mon Sep 17 00:00:00 2001 From: Alexander Leschanz <80907917+Creative-Difficulty@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:07:50 +0200 Subject: [PATCH] fix: invlid function syntax in quiz1.rs --- exercises/quiz1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/quiz1.rs b/exercises/quiz1.rs index a9904b8b..be9861b7 100644 --- a/exercises/quiz1.rs +++ b/exercises/quiz1.rs @@ -16,7 +16,7 @@ // I AM NOT DONE // Put your function here! -// fn calculate_price_of_apples { +// fn calculate_price_of_apples() { // Don't modify this function! #[test]