mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Update to use new square brace formatting
This commit is contained in:
parent
0fae5b0bac
commit
4eec34becf
120 changed files with 1149 additions and 1155 deletions
|
@ -640,7 +640,7 @@ fn type_annotation_to_html(indent_level: usize, buf: &mut String, type_ann: &Typ
|
|||
// TODO(abilities): fill me in
|
||||
}
|
||||
TypeAnnotation::ObscuredTagUnion => {
|
||||
buf.push_str("[ @.. ]");
|
||||
buf.push_str("[@..]");
|
||||
}
|
||||
TypeAnnotation::ObscuredRecord => {
|
||||
buf.push_str("{ @.. }");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue