mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix formatting of private tags
This commit is contained in:
parent
2939780638
commit
799e340c01
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ impl<'a> Formattable<'a> for Tag<'a> {
|
|||
}
|
||||
}
|
||||
Tag::Private { name, args } => {
|
||||
buf.push('@');
|
||||
debug_assert!(name.value.starts_with('@'));
|
||||
buf.push_str(name.value);
|
||||
if is_multiline {
|
||||
let arg_indent = indent + INDENT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue