Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-02 08:26:37 -05:00
parent 6dba17c97a
commit 59d56e7b73
6 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -124,6 +124,6 @@ public struct RequireErrorResult: ExpressionMacro {
@main
struct P4Macros: CompilerPlugin {
var providingMacros: [Macro.Type] = [
RequireResult.self, RequireErrorResult.self, UseOkResult.self, UseErrorResult.self
RequireResult.self, RequireErrorResult.self, UseOkResult.self, UseErrorResult.self,
]
}