Run cargo fmt --all

This commit is contained in:
Alex Crichton
2019-06-13 08:30:06 -07:00
parent 3aa803c55c
commit 83a3f5d44a
5 changed files with 58 additions and 45 deletions

View File

@ -1174,7 +1174,8 @@ impl<'a, 'b> Rust2Js<'a, 'b> {
//
// But for now, we just bounce wasm -> js -> wasm because it is
// easy.
self.cx.require_internal_export("__wbindgen_anyref_heap_live_count_impl")?;
self.cx
.require_internal_export("__wbindgen_anyref_heap_live_count_impl")?;
"wasm.__wbindgen_anyref_heap_live_count_impl()".into()
} else {
self.cx.expose_global_heap();