diff --git a/quizzes/ch10-04-inventory.toml b/quizzes/ch10-04-inventory.toml index 13eb57243e..4be2992aa7 100644 --- a/quizzes/ch10-04-inventory.toml +++ b/quizzes/ch10-04-inventory.toml @@ -175,8 +175,8 @@ struct TestResult { curve: Option } impl TestResult { - pub fn get_curve(&self) -> &Option { - &self.curve + pub fn get_curve(&self) -> &Option { + &self.curve } /// If there is a curve, then increments all @@ -222,8 +222,8 @@ struct TestResult { curve: Option } impl TestResult { - pub fn get_curve(&self) -> &Option { - &self.curve + pub fn get_curve(&self) -> &Option { + &self.curve } /// If there is a curve, then increments all @@ -310,8 +310,8 @@ struct TestResult { curve: Option } impl TestResult { - pub fn get_curve(&self) -> &Option { - &self.curve + pub fn get_curve(&self) -> &Option { + &self.curve } /// If there is a curve, then increments all