mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 22:41:24 +00:00
Run rustfmt and keep it running on CI (#2023)
Thought we did this awhile back, but looks like we forgot to do so!
This commit is contained in:
@ -14,7 +14,9 @@ impl A {
|
||||
|
||||
pub fn foo(&self) {}
|
||||
|
||||
pub fn ret_bool(&self) -> bool { true }
|
||||
pub fn ret_bool(&self) -> bool {
|
||||
true
|
||||
}
|
||||
pub fn take_bool(&self, _: bool) {}
|
||||
pub fn take_many(&self, _: bool, _: f64, _: u32) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user