mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
add test... and fix missing final comments!
This commit is contained in:
parent
3d0a5aa89a
commit
7692bd5671
2 changed files with 26 additions and 1 deletions
|
@ -465,6 +465,7 @@ pub fn fmt_list<'a>(
|
|||
}
|
||||
}
|
||||
}
|
||||
fmt_comments_only(buf, final_comments.iter(), NewlineAt::Top, item_indent);
|
||||
newline(buf, indent);
|
||||
buf.push(']');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue