mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 13:01:22 +00:00
Run rustfmt
This commit is contained in:
@ -4,4 +4,6 @@ use wasm_bindgen::prelude::*;
|
||||
pub fn greet(_: &str) {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn take_and_return_bool(_: bool) -> bool { true }
|
||||
pub fn take_and_return_bool(_: bool) -> bool {
|
||||
true
|
||||
}
|
||||
|
Reference in New Issue
Block a user