Skip to content

Commit

Permalink
don't format the template
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Jul 16, 2024
1 parent 403afe9 commit 0a1b67d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/EnumeratorMacroImpl/EnumeratorMacroType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ extension EnumeratorMacroType: MemberMacro {
}
let template = stringLiteral
.segments
.formatted()
.description
return (template, stringLiteral)
}
Expand Down

0 comments on commit 0a1b67d

Please sign in to comment.