Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-29 17:37:42 -04:00
parent 3ee1eab2f8
commit 6882a32858
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -386,4 +386,5 @@ extension Node {
}
@attached(member, names: named(CompileStatement))
public macro deriveCompilableStatement() = #externalMacro(module: "Macros", type: "DeriveCompilableStatement")
public macro deriveCompilableStatement() =
#externalMacro(module: "Macros", type: "DeriveCompilableStatement")