mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Don't put spaces in types in docs
This commit is contained in:
parent
75a0eeacc7
commit
0a3a9584c4
1 changed files with 0 additions and 4 deletions
|
@ -502,8 +502,6 @@ fn type_annotation_to_html(indent_level: usize, buf: &mut String, type_ann: &Typ
|
|||
for (index, tag) in tags.iter().enumerate() {
|
||||
if is_multiline {
|
||||
indent(buf, next_indent_level);
|
||||
} else {
|
||||
buf.push(' ');
|
||||
}
|
||||
|
||||
buf.push_str(tag.name.as_str());
|
||||
|
@ -524,8 +522,6 @@ fn type_annotation_to_html(indent_level: usize, buf: &mut String, type_ann: &Typ
|
|||
|
||||
if is_multiline {
|
||||
indent(buf, tag_union_indent);
|
||||
} else {
|
||||
buf.push(' ');
|
||||
}
|
||||
|
||||
buf.push(']');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue