Force semicolons after break/continue/return. Remove after blocks.
This commit is contained in:
parent
1acce558be
commit
b039e3a8c3
5 changed files with 54 additions and 11 deletions
|
@ -1322,7 +1322,7 @@ fn rewrite_struct_lit<'a>(context: &RewriteContext,
|
|||
|
||||
if prelim_tactic == ListTactic::HorizontalVertical && fields.len() > 1 {
|
||||
prelim_tactic = ListTactic::LimitedHorizontalVertical(context.config.struct_lit_width);
|
||||
};
|
||||
}
|
||||
|
||||
definitive_tactic(&item_vec, prelim_tactic, h_budget)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue