Skip to content

Commit

Permalink
🌲 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Oct 30, 2023
1 parent a452bc0 commit d8c6ca3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Sources/VergeMacrosPlugin/WriterMacro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ extension WriterMacro: ExtensionMacro {
""" as DeclSyntax)

return [
modifyingDecl.formatted(
using: .init(
indentationWidth: .spaces(2),
initialIndentation: [],
viewMode: .fixedUp
modifyingDecl
.formatted(
using: .init(
indentationWidth: .spaces(2),
initialIndentation: [],
viewMode: .fixedUp
)
)
),
].map {
$0.cast(ExtensionDeclSyntax.self)
}
.cast(ExtensionDeclSyntax.self)
]

}

Expand Down

0 comments on commit d8c6ca3

Please sign in to comment.