Skip to content

Commit 8c7177e

Browse files
author
Eliza Block
committed
format
1 parent d21b75b commit 8c7177e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftSyntaxMacros/MacroExpansionContext.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ extension MacroExpansionContext {
8888
)
8989
return
9090
}
91-
91+
9292
let providedDiagnostics = diagnosticsProvider.diagnostics
9393
for diagnostic in providedDiagnostics {
9494
diagnose(diagnostic)
9595
}
96-
96+
9797
// handle possibility that none of the diagnostics was an error
9898
if !providedDiagnostics.contains(
9999
where: { $0.diagMessage.severity == .error }

0 commit comments

Comments
 (0)