Skip to content

Commit 2d6633e

Browse files
authored
Update ASTGen.swift to remove extra comment.
1 parent a822378 commit 2d6633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Sources/ASTGen/ASTGen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import CBasicBridging
44
// Needed to use SyntaxTransformVisitor's visit method.
55
@_spi(SyntaxTransformVisitor)
66
// Needed to use BumpPtrAllocator
7-
@_spi(BumpPtrAllocator) //updated from RawSyntax
7+
@_spi(BumpPtrAllocator)
88
import SwiftSyntax
99
import struct SwiftDiagnostics.Diagnostic
1010

0 commit comments

Comments
 (0)