mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 17:51:33 +00:00
rustfmt all the things
This commit is contained in:
@ -15,7 +15,6 @@ pub struct Comment {
|
||||
color: Color,
|
||||
}
|
||||
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl Comment {
|
||||
#[wasm_bindgen(method)]
|
||||
@ -57,4 +56,4 @@ impl Comment {
|
||||
pub enum Color {
|
||||
Blue,
|
||||
Pink,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user