Skip to content

Commit 222563f

Browse files
committed
Generate code
1 parent c6aa9b8 commit 222563f

File tree

9 files changed

+334
-334
lines changed

9 files changed

+334
-334
lines changed

CodeGeneration/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let package = Package(
4545
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
4646
// Building standalone.
4747
package.dependencies += [
48-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2"))
48+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2")
4949
]
5050
} else {
5151
package.dependencies += [

Sources/SwiftSyntax/generated/SyntaxCollections.swift

Lines changed: 141 additions & 141 deletions
Large diffs are not rendered by default.

Sources/SwiftSyntax/generated/SyntaxRewriter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6904,8 +6904,8 @@ open class SyntaxRewriter {
69046904
var childIndex = 0
69056905
for (raw, info) in RawSyntaxChildren(syntaxNode) {
69066906
defer {
6907-
childIndex += 1
6908-
}
6907+
childIndex += 1
6908+
}
69096909
guard let child = raw else {
69106910
// Node does not exist. If we are collecting rewritten nodes, we need to
69116911
// collect this one as well, otherwise we can ignore it.

0 commit comments

Comments
 (0)