mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
comply with clippy
This commit is contained in:
parent
a68eb32b6f
commit
aea7e536de
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ fn type_annotation_to_html(indent_level: usize, buf: &mut String, type_ann: &Typ
|
|||
let mut next_indent_level = indent_level;
|
||||
|
||||
if should_be_multiline(output) {
|
||||
next_indent_level = next_indent_level + 1;
|
||||
next_indent_level += 1;
|
||||
}
|
||||
|
||||
type_annotation_to_html(next_indent_level, buf, output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue