Skip to content

Commit 825b398

Browse files
[autofix.ci] apply automated fixes
1 parent 430cb7f commit 825b398

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tachys/src/renderer/dom.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ use crate::{
1010
};
1111
use linear_map::LinearMap;
1212
use rustc_hash::FxHashSet;
13-
use std::{any::TypeId, borrow::Cow, cell::LazyCell, cell::RefCell};
13+
use std::{
14+
any::TypeId,
15+
borrow::Cow,
16+
cell::{LazyCell, RefCell},
17+
};
1418
use wasm_bindgen::{intern, prelude::Closure, JsCast, JsValue};
1519
use web_sys::{AddEventListenerOptions, Comment, HtmlTemplateElement};
1620

0 commit comments

Comments
 (0)