mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
clippy.... you sometimes are annoying!
This commit is contained in:
parent
6be94c5f29
commit
f647e8fcf0
1 changed files with 2 additions and 3 deletions
|
@ -817,9 +817,8 @@ pub fn fmt_record<'a>(
|
|||
fmt_final_comments_spaces(buf, final_comments.iter(), field_indent);
|
||||
|
||||
newline(buf, indent);
|
||||
} else
|
||||
// is_multiline == false
|
||||
{
|
||||
} else {
|
||||
// is_multiline == false
|
||||
buf.push(' ');
|
||||
let field_indent = indent;
|
||||
let mut iter = loc_fields.iter().peekable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue