8000 Formatting · swiftlang/swift-syntax@b0aee79 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0aee79

Browse files
committed
Formatting
1 parent 4003c14 commit b0aee79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/SwiftCompilerPluginMessageHandling/Diagnostics.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@ extension PluginMessage.Diagnostic {
150150
case .replaceChild(let replaceChildData):
151151
range = sourceManager.range(replaceChildData.replacementRange, in: replaceChildData.parent)
152152
text = replaceChildData.newChild.description
153-
case .textualReplacement(replacementRange: let replacementRange, sourceFile: let sourceFile, newText: let newText):
153+
case .textualReplacement(
154+
replacementRange: let replacementRange,
155+
sourceFile: let sourceFile,
156+
newText: let newText
157+
):
154158
range = sourceManager.range(replacementRange, in: sourceFile)
155159
text = newText
156160
#if RESILIENT_LIBRARIES

0 commit comments

Comments
 (0)
0