mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
formatting
This commit is contained in:
parent
7cba80efbb
commit
2a53e2711d
1 changed files with 1 additions and 5 deletions
|
@ -768,11 +768,7 @@ impl<'a> WasmBackend<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn build_get_tag_id(
|
fn build_get_tag_id(&mut self, structure: Symbol, union_layout: &UnionLayout<'a>) {
|
||||||
&mut self,
|
|
||||||
structure: Symbol,
|
|
||||||
union_layout: &UnionLayout<'a>,
|
|
||||||
) {
|
|
||||||
use UnionLayout::*;
|
use UnionLayout::*;
|
||||||
|
|
||||||
let mut need_to_close_block = false;
|
let mut need_to_close_block = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue