mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 06:51:24 +00:00
Run rustfmt
This commit is contained in:
@ -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 })
|
||||
};
|
||||
|
Reference in New Issue
Block a user