mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Run cargo fmt
over all code
This commit is contained in:
@ -90,7 +90,8 @@ impl Scene {
|
||||
});
|
||||
drop(tx.send(rgb_data));
|
||||
})?;
|
||||
let done = rx.map(move |_data| image_data(base, len, width, height).into())
|
||||
let done = rx
|
||||
.map(move |_data| image_data(base, len, width, height).into())
|
||||
.map_err(|_| JsValue::undefined());
|
||||
|
||||
Ok(RenderingScene {
|
||||
|
Reference in New Issue
Block a user