Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark committed Apr 27, 2024
1 parent 08182bc commit 9aefd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/utils/timing/interval.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::time::Duration;
use dioxus::prelude::{use_hook, Writable};
use std::time::Duration;

#[derive(Clone, PartialEq, Copy)]
pub struct UseInterval {
Expand Down

0 comments on commit 9aefd59

Please sign in to comment.