Skip to content

Commit 5becc28

Browse files
committed
Ran fmt to staisfy ci
1 parent ceb1dfb commit 5becc28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ pub use crate::{
1414
browser::dom::cast::{
1515
to_html_el, to_input, to_kbevent, to_mouse_event, to_select, to_textarea,
1616
},
17-
browser::service::fetch::{Method, Request, ResponseResult, ResponseDataResult},
17+
browser::service::fetch::{Method, Request, ResponseDataResult, ResponseResult},
1818
browser::service::routing::push_route,
19-
virtual_dom::{attrs::Attrs, style::Style, listener::Listener},
2019
browser::url::Url,
2120
browser::util::{
2221
self, body, canvas, canvas_context_2d, cookies, document, error, history, html_document,
2322
log, update, window,
2423
},
24+
virtual_dom::{attrs::Attrs, listener::Listener, style::Style},
2525
};
2626
use wasm_bindgen::{closure::Closure, JsCast};
2727

src/virtual_dom/update_el.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ where
197197
// fn update(self, el: &mut El<Ms>) {
198198
// self.for_each(|item| item.update(el));
199199
// }
200-
//}
200+
//}

0 commit comments

Comments
 (0)