Skip to content

Commit

Permalink
Update crates/ruff_python_formatter/src/expression/expr_named_expr.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micha Reiser <[email protected]>
  • Loading branch information
charliermarsh and MichaReiser authored Jan 8, 2024
1 parent 60d72a1 commit 0e361e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ impl FormatNodeRule<ExprNamedExpr> for FormatExprNamedExpr {
write!(
f,
[
group(&format_args!(
group(&format_args![
target.format(),
in_parentheses_only_soft_line_break_or_space()
)),
]),
token(":=")
]
)?;
Expand Down

0 comments on commit 0e361e1

Please sign in to comment.