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

@ -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
}