mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Formatting
This commit is contained in:
parent
1f82310832
commit
d479d1efb9
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ pub fn refcount_reset_proc_body<'a>(
|
||||||
layout: Layout<'a>,
|
layout: Layout<'a>,
|
||||||
structure: Symbol,
|
structure: Symbol,
|
||||||
) -> Stmt<'a> {
|
) -> Stmt<'a> {
|
||||||
|
|
||||||
let rc_ptr = root.create_symbol(ident_ids, "rc_ptr");
|
let rc_ptr = root.create_symbol(ident_ids, "rc_ptr");
|
||||||
let rc = root.create_symbol(ident_ids, "rc");
|
let rc = root.create_symbol(ident_ids, "rc");
|
||||||
let refcount_1 = root.create_symbol(ident_ids, "refcount_1");
|
let refcount_1 = root.create_symbol(ident_ids, "refcount_1");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue