Skip to content

Commit fb76cf7

Browse files
committed
Generate code
1 parent b864b6a commit fb76cf7

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
@@ -6879,8 +6879,8 @@ open class SyntaxRewriter {
68796879
var childIndex = 0
68806880
for (raw, info) in RawSyntaxChildren(syntaxNode) {
68816881
defer {
6882-
childIndex += 1
6883-
}
6882+
childIndex += 1
6883+
}
68846884
guard let child = raw else {
68856885
// Node does not exist. If we are collecting rewritten nodes, we need to
68866886
// collect this one as well, otherwise we can ignore it.

0 commit comments

Comments
 (0)