Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(rome_js_formatter): properly retain parentheses in body (#4716)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Jul 20, 2023
1 parent 4795727 commit 4ca5598
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ impl FormatNodeRule<JsArrowFunctionExpression> for FormatJsArrowFunctionExpressi
);

!are_parentheses_mandatory
&& f.options().arrow_parentheses().is_always()
}
_ => false,
};
Expand Down

0 comments on commit 4ca5598

Please sign in to comment.