mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
formatting
This commit is contained in:
parent
134de80150
commit
5c33369d6b
2 changed files with 3 additions and 2 deletions
|
@ -65,7 +65,7 @@ roc_error_macros::assert_sizeof_wasm!(Call, 44);
|
|||
roc_error_macros::assert_sizeof_wasm!(CallType, 36);
|
||||
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Literal, 3 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Expr, 10 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Expr, 9 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Stmt, 19 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(ProcLayout, 8 * 8);
|
||||
roc_error_macros::assert_sizeof_non_wasm!(Call, 9 * 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue