Skip to content

Commit

Permalink
Ran fmt to staisfy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Dec 29, 2019
1 parent ceb1dfb commit 5becc28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ pub use crate::{
browser::dom::cast::{
to_html_el, to_input, to_kbevent, to_mouse_event, to_select, to_textarea,
},
browser::service::fetch::{Method, Request, ResponseResult, ResponseDataResult},
browser::service::fetch::{Method, Request, ResponseDataResult, ResponseResult},
browser::service::routing::push_route,
virtual_dom::{attrs::Attrs, style::Style, listener::Listener},
browser::url::Url,
browser::util::{
self, body, canvas, canvas_context_2d, cookies, document, error, history, html_document,
log, update, window,
},
virtual_dom::{attrs::Attrs, listener::Listener, style::Style},
};
use wasm_bindgen::{closure::Closure, JsCast};

Expand Down
2 changes: 1 addition & 1 deletion src/virtual_dom/update_el.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ where
// fn update(self, el: &mut El<Ms>) {
// self.for_each(|item| item.update(el));
// }
//}
//}

0 comments on commit 5becc28

Please sign in to comment.