mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 08:15:07 +00:00
spaces_middle
-> lines_between
This commit is contained in:
parent
2529fa0721
commit
ddb58a2cd5
36 changed files with 57 additions and 57 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),
|
||||
spaces_middle,
|
||||
lines_between: 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),
|
||||
spaces_middle,
|
||||
lines_between: spaces_middle,
|
||||
body_pattern,
|
||||
body_expr,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue