Format imports

This commit is contained in:
Ian Douglas Scott 2024-04-24 13:00:40 -07:00
parent 76daf6e980
commit ee1d54a12b
8 changed files with 42 additions and 34 deletions

View file

@ -496,8 +496,8 @@ impl Application for App {
}
Msg::StartDrag(size, drag_surface) => {
let (output, mime_type) = match &drag_surface {
DragSurface::Workspace { handle, output } => (output, &*WORKSPACE_MIME),
DragSurface::Toplevel { handle, output } => (output, &*TOPLEVEL_MIME),
DragSurface::Workspace { handle: _, output } => (output, &*WORKSPACE_MIME),
DragSurface::Toplevel { handle: _, output } => (output, &*TOPLEVEL_MIME),
};
let id = SurfaceId::unique();
if let Some((parent_id, _)) = self