Skip to content

Commit b78b08b

Browse files
committed
Fix formatting
1 parent c481b2b commit b78b08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxMacroExpansion/BasicMacroExpansionContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ extension BasicMacroExpansionContext: MacroExpansionContext {
269269
let converter = SourceLocationConverter(fileName: fileName, tree: rootSourceFile)
270270
return AbstractSourceLocation(converter.location(for: rawPosition + offsetAdjustment))
271271
}
272-
272+
273273
public var buildConfiguration: (any BuildConfiguration)? {
274274
sharedState.buildConfiguration
275275
}

0 commit comments

Comments
 (0)