Skip to content

Commit

Permalink
fix WrapInsteadOfLift inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
myazinn committed Nov 30, 2023
1 parent 767e848 commit 563e5b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ final class QuickFix(

override protected def doApplyFix(element: ScExpression)(implicit project: Project): Unit =
element.replace(
createExpressionFromText(s"${zioType.name}.from$wrappedEffect($prefix${replaceWith.getText}", element)(
createExpressionFromText(s"${zioType.name}.from$wrappedEffect($prefix${replaceWith.getText})", element)(
element.projectContext
)
)
Expand Down

0 comments on commit 563e5b5

Please sign in to comment.