Skip to content

Commit 83de7dc

Browse files
committed
Whitespace
1 parent 57e865e commit 83de7dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeGeneration/Sources/SyntaxSupport/DeclNodes.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ public let DECL_NODES: [Node] = [
100100
name: "modifiers",
101101
kind: .collection(kind: .declModifierList, collectionElementName: "Modifier", defaultsToEmpty: true),
102102
nameForDiagnostics: "modifiers",
103-
documentation: "Modifiers like `mutating` or `yielding` that affect the accessor declaration." ),
103+
documentation: "Modifiers like `mutating` or `yielding` that affect the accessor declaration."
104+
),
104105
Child(
105106
name: "accessorSpecifier",
106107
kind: .token(choices: [

0 commit comments

Comments
 (0)