Skip to content

Commit 5737da6

Browse files
committed
Reformat with newer tools
1 parent 5a734c8 commit 5737da6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CodeGeneration/Sources/generate-swiftsyntax/templates/swiftsyntax/SyntaxCollectionsFile.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ let syntaxCollectionsFile = SourceFileSyntax(leadingTrivia: generateCopyrightHea
3838
for node in SYNTAX_NODES where node.isSyntaxCollection {
3939
let documentation =
4040
node.description.map { "/// " + $0 }
41-
?? """
42-
/// `\(node.name)` represents a collection of one or more
43-
/// `\(node.collectionElement)` nodes. \(node.name) behaves
44-
/// as a regular Swift collection, and has accessors that return new
45-
/// versions of the collection with different children.
46-
"""
41+
?? """
42+
/// `\(node.name)` represents a collection of one or more
43+
/// `\(node.collectionElement)` nodes. \(node.name) behaves
44+
/// as a regular Swift collection, and has accessors that return new
45+
/// versions of the collection with different children.
46+
"""
4747

4848
try! StructDeclSyntax(
4949
"""

Tests/SwiftParserTest/translated/StringLiteralEofTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ final class StringLiteralEofTests: XCTestCase {
105105
foo
106106
\(<#expression#>)"""
107107
"""##
108-
// FIXME: The closing delimiter should be put on the new line
108+
// FIXME: The closing delimiter should be put on the new line
109109
)
110110
}
111111

0 commit comments

Comments
 (0)