Run rustfmt

This commit is contained in:
Alex Crichton
2020-01-07 08:16:25 -08:00
parent 93fedf85bf
commit 6c27376ac2
7 changed files with 27 additions and 15 deletions

View File

@ -456,7 +456,6 @@ impl TryToTokens for ast::Export {
})
},
)
} else {
(
quote! { wasm_bindgen::JsValue },
@ -467,13 +466,11 @@ impl TryToTokens for ast::Export {
},
)
}
} else if self.start {
(
quote! { () },
quote! { <#syn_ret as wasm_bindgen::__rt::Start>::start(#ret) },
)
} else {
(quote! { #syn_ret }, quote! { #ret })
};