mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Fix comments in str interpolations
This commit is contained in:
parent
e760db55f5
commit
887a43ff55
6 changed files with 40 additions and 4 deletions
|
@ -895,6 +895,7 @@ fn format_str_segment(seg: &StrSegment, buf: &mut Buf) {
|
|||
Newlines::No, // Interpolations can never have newlines
|
||||
min_indent,
|
||||
);
|
||||
buf.indent(min_indent);
|
||||
buf.push(')');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue