mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Merge pull request #2081 from rtfeldman/joshuawarner32/private-tag-fmt
Fix formatting of private tags
This commit is contained in:
commit
74b8076bab
@ -523,7 +523,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…
Reference in New Issue
Block a user