Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-10 05:53:11 -04:00
parent 4e9927c601
commit 271092359c
6 changed files with 87 additions and 58 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ public struct ParserRuntime: CustomStringConvertible {
public var description: String {
return "Runtime:\nExecution: \(parser)"
}
}
}