Merge pull request #70 from Palm404/patch-1

fix: Syntax error to fit formatting
pull/2/head
Dave Gauer 3 years ago committed by GitHub
commit 1e1bed46e1

@ -59,7 +59,7 @@ fn fixTooSmall(n: u32) MyNumberError!u32 {
// If we get a TooSmall error, we should return 10.
// If we get any other error, we should return that error.
// Otherwise, we return the u32 number.
return detectProblems(n) ???
return detectProblems(n) ???;
}
fn detectProblems(n: u32) MyNumberError!u32 {

Loading…
Cancel
Save