mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +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(
|
||||
&mut self,
|
||||
structure: Symbol,
|
||||
union_layout: &UnionLayout<'a>,
|
||||
) {
|
||||
fn build_get_tag_id(&mut self, structure: Symbol, union_layout: &UnionLayout<'a>) {
|
||||
use UnionLayout::*;
|
||||
|
||||
let mut need_to_close_block = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue