diff --git a/crates/compiler/fmt/src/expr.rs b/crates/compiler/fmt/src/expr.rs index 5aaa313112..53867e929f 100644 --- a/crates/compiler/fmt/src/expr.rs +++ b/crates/compiler/fmt/src/expr.rs @@ -549,13 +549,7 @@ fn fmt_binops<'a, 'buf>( buf.spaces(1); } - let next_indent = if is_multiline { - indent + INDENT - } else { - indent - }; - - loc_right_side.format_with_options(buf, apply_needs_parens, Newlines::Yes, next_indent); + loc_right_side.format_with_options(buf, apply_needs_parens, Newlines::Yes, indent); } fn format_spaces<'a, 'buf>(