Skip to content

Commit d319bcc

Browse files
authored
Remove trailing comma in function call in Property.swift (#33)
1 parent dea76b6 commit d319bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MacroToolkit/Property.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public struct Property {
6363
accessors: accessors,
6464
attributes: attributes,
6565
modifiers: Array(decl._syntax.modifiers),
66-
keyword: decl._syntax.bindingSpecifier.text,
66+
keyword: decl._syntax.bindingSpecifier.text
6767
)
6868
}
6969

0 commit comments

Comments
 (0)