Update ArgumentsParentheses usage (#6070)
This commit is contained in:
@@ -27,8 +27,7 @@ impl FormatNodeRule<ExprLambda> for FormatExprLambda {
|
||||
f,
|
||||
[
|
||||
space(),
|
||||
args.format()
|
||||
.with_options(ArgumentsParentheses::SkipInsideLambda),
|
||||
args.format().with_options(ArgumentsParentheses::Never),
|
||||
]
|
||||
)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user