We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3419a04 commit f3d7328Copy full SHA for f3d7328
Sources/CapacitorPluginSyntaxTools/CapacitorPluginSyntax.swift
@@ -69,7 +69,7 @@ struct CapacitorPluginSyntax {
69
modifiers: DeclModifierListSyntax(arrayLiteral: declPublicModifier),
70
bindingSpecifier: .keyword(.let),
71
bindings: PatternBindingListSyntax(arrayLiteral: patternBinding),
72
- trailingTrivia: .space)
+ trailingTrivia: .none)
73
74
return indentifierDecl
75
}
@@ -109,7 +109,7 @@ struct CapacitorPluginSyntax {
109
110
111
112
113
114
115
0 commit comments