formatting

This commit is contained in:
Brian Carroll 2021-12-12 08:41:34 +00:00
parent 7cba80efbb
commit 2a53e2711d

View file

@ -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;