Skip to content

Commit 018b2ef

Browse files
committed
Remove comma typo
1 parent 5bf36bb commit 018b2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NodalMacros/NodalMacros.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public struct XMLEncodableMacro: MemberMacro, ExtensionMacro {
3030

3131
for property in declaration.variableDeclarations {
3232
guard let binding = property.bindings.first,
33-
let propertyName = binding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text,
33+
let propertyName = binding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text
3434
else { continue }
3535

3636
if let macro = property.attribute(named: "Element") {

0 commit comments

Comments
 (0)