mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
cargo fmt
This commit is contained in:
parent
c0a74ab10e
commit
fdd3fd14e9
@ -95,8 +95,8 @@ pub enum Expr2 {
|
||||
elem_var: Variable, // 4B
|
||||
},
|
||||
List {
|
||||
list_var: Variable, // 4B - required for uniqueness of the list
|
||||
elem_var: Variable, // 4B
|
||||
list_var: Variable, // 4B - required for uniqueness of the list
|
||||
elem_var: Variable, // 4B
|
||||
elems: PoolVec<Expr2>, // 8B
|
||||
},
|
||||
If {
|
||||
|
Loading…
Reference in New Issue
Block a user