mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Force indent on where clause
This commit is contained in:
parent
f08a0012ea
commit
a945fd9c5c
9 changed files with 105 additions and 6 deletions
|
@ -1347,7 +1347,7 @@ impl<'a> Nodify<'a> for TypeAnnotation<'a> {
|
|||
rest: arena.alloc_slice_copy(&items),
|
||||
allow_blank_lines: false,
|
||||
allow_newlines: false,
|
||||
indent_rest: false,
|
||||
indent_rest: true,
|
||||
},
|
||||
after: last_after,
|
||||
needs_indent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue