Make Formatter Happy
Continuous Integration / Grammar Tests (push) Failing after 5s
Continuous Integration / Library Tests (push) Failing after 5s
Continuous Integration / Library Format Tests (push) Failing after 6s

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-04 22:25:51 -04:00
parent 7a36ca32dd
commit dd0bbbe479
3 changed files with 19 additions and 16 deletions
+6 -5
View File
@@ -90,11 +90,12 @@ public struct Program {
break
case .Error(let e):
found_parser = true
errors = if let errors = errors {
errors.append(error: e)
} else {
e
}
errors =
if let errors = errors {
errors.append(error: e)
} else {
e
}
break
}
}