Skip to content

Commit bd41c3b

Browse files
committed
Generate code
1 parent b864b6a commit bd41c3b

File tree

8 files changed

+333
-333
lines changed

8 files changed

+333
-333
lines changed

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)