diff --git a/compiler/gen_wasm/src/backend.rs b/compiler/gen_wasm/src/backend.rs index 495ebe3944..fc4260e670 100644 --- a/compiler/gen_wasm/src/backend.rs +++ b/compiler/gen_wasm/src/backend.rs @@ -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;