Remove some unnecessary ampersands in the formatter (#6667)

This commit is contained in:
Charlie Marsh
2023-08-18 00:18:26 -04:00
committed by GitHub
parent 8e18f8018f
commit 3ceb6fbeb0
9 changed files with 13 additions and 13 deletions

View File

@@ -42,10 +42,10 @@ impl FormatNodeRule<StmtNonlocal> for FormatStmtNonlocal {
[
text("nonlocal"),
space(),
&group(&format_args!(
group(&format_args!(
if_group_breaks(&text("\\")),
soft_line_break(),
&soft_block_indent(&joined)
soft_block_indent(&joined)
))
]
)