chore: cargo fmt
This commit is contained in:
parent
633ed14411
commit
c781ff6199
24 changed files with 192 additions and 172 deletions
|
|
@ -6,7 +6,7 @@ use dnd::{DndDestinationRectangle, DndSurface};
|
|||
use iced_core::clipboard::DndSource;
|
||||
use window_clipboard::mime::{AllowedMimeTypes, AsMimeTypes};
|
||||
|
||||
use crate::{oneshot, task, Action, Task};
|
||||
use crate::{Action, Task, oneshot, task};
|
||||
|
||||
/// An action to be performed on the system.
|
||||
pub enum DndAction {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ impl fmt::Debug for Action {
|
|||
f,
|
||||
"Action::ActivationAction::Activate {{ window: {:?}, token: {:?} }}",
|
||||
window, token,
|
||||
)
|
||||
),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue