Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Aug 14, 2024
1 parent 17aea05 commit 6aeb464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dom/src/util.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::{
io::{Cursor, Read},
sync::{Arc, OnceLock}, time::Instant,
sync::{Arc, OnceLock},
time::Instant,
};

use crate::node::{Node, NodeData};
Expand Down

0 comments on commit 6aeb464

Please sign in to comment.