Skip to content

Commit 5057cc7

Browse files
authored
Merge pull request #6 from p-x9/feature/remove-format
remove `formatted`
2 parents fd5db94 + 5510175 commit 5057cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AssociatedObjectPlugin/AssociatedObjectMacro.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extension AssociatedObjectMacro: PeerMacro {
3535
initializer: InitializerClauseSyntax(value: ExprSyntax(stringLiteral: "0"))
3636
)
3737
}
38-
).formatted().as(VariableDeclSyntax.self)!
38+
)
3939

4040
return [
4141
DeclSyntax(keyDecl)

0 commit comments

Comments
 (0)