mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 08:15:07 +00:00
comment
-> spaces_middle
This commit is contained in:
parent
125990855f
commit
91fdd903e7
35 changed files with 56 additions and 56 deletions
|
@ -3166,7 +3166,7 @@ fn stmts_to_defs<'a>(
|
|||
let value_def = ValueDef::AnnotatedBody {
|
||||
ann_pattern: arena.alloc(ann_pattern),
|
||||
ann_type: arena.alloc(ann_type),
|
||||
comment: spaces_middle,
|
||||
spaces_middle,
|
||||
body_pattern: loc_pattern,
|
||||
body_expr: loc_def_expr,
|
||||
};
|
||||
|
@ -3211,7 +3211,7 @@ pub fn join_alias_to_body<'a>(
|
|||
ValueDef::AnnotatedBody {
|
||||
ann_pattern: arena.alloc(loc_ann_pattern),
|
||||
ann_type: arena.alloc(ann_type),
|
||||
comment: spaces_middle,
|
||||
spaces_middle,
|
||||
body_pattern,
|
||||
body_expr,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue