Remove some trailing commas in write calls (#6666)
This commit is contained in:
@@ -61,7 +61,7 @@ impl FormatNodeRule<ExprBoolOp> for FormatExprBoolOp {
|
||||
)?;
|
||||
}
|
||||
|
||||
write!(f, [op.format(), space(),])?;
|
||||
write!(f, [op.format(), space()])?;
|
||||
|
||||
FormatValue { value }.fmt(f)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user