mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
Chore: Apply cargo fmt
to ensure code formatting
- Reformatted the code for `watch_debounced` & `watch_throttled` to pass `cargo fmt --check`
This commit is contained in:
parent
3eadd9cf1a
commit
2443c695e9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
use crate::{watch_with_options, utils::DebounceOptions, WatchOptions};
|
use crate::{utils::DebounceOptions, watch_with_options, WatchOptions};
|
||||||
use default_struct_builder::DefaultBuilder;
|
use default_struct_builder::DefaultBuilder;
|
||||||
use leptos::*;
|
use leptos::*;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
use crate::{watch_with_options, utils::ThrottleOptions, WatchOptions};
|
use crate::{utils::ThrottleOptions, watch_with_options, WatchOptions};
|
||||||
use default_struct_builder::DefaultBuilder;
|
use default_struct_builder::DefaultBuilder;
|
||||||
|
|
||||||
/// A throttled version of `leptos::watch`.
|
/// A throttled version of `leptos::watch`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue