Fix indents
This commit is contained in:
parent
2781cac839
commit
3eccccb367
26 changed files with 253 additions and 235 deletions
|
@ -418,12 +418,14 @@ impl<'a, 'tcx> NonminimalBoolVisitor<'a, 'tcx> {
|
|||
NONMINIMAL_BOOL,
|
||||
e.span,
|
||||
"this boolean expression can be simplified",
|
||||
|db| { db.span_suggestions_with_applicability(
|
||||
|db| {
|
||||
db.span_suggestions_with_applicability(
|
||||
e.span,
|
||||
"try",
|
||||
suggestions,
|
||||
Applicability::Unspecified,
|
||||
); },
|
||||
);
|
||||
},
|
||||
);
|
||||
};
|
||||
if improvements.is_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue