all: run rustfmt
This commit is contained in:
parent
9c21d118d6
commit
35dbd483bc
3 changed files with 12 additions and 4 deletions
|
|
@ -1,7 +1,10 @@
|
|||
use {
|
||||
crate::{
|
||||
ifs::wl_seat::POINTER,
|
||||
portal::{ptl_render_ctx::PortalRenderCtx, ptr_gui::WindowData, PortalState},
|
||||
portal::{
|
||||
ptl_render_ctx::PortalRenderCtx, ptl_screencast::ScreencastSession,
|
||||
ptr_gui::WindowData, PortalState,
|
||||
},
|
||||
render::RenderContext,
|
||||
utils::{
|
||||
bitflags::BitflagsExt, clonecell::CloneCell, copyhashmap::CopyHashMap,
|
||||
|
|
@ -41,7 +44,6 @@ use {
|
|||
},
|
||||
uapi::{c, AsUstr, OwnedFd},
|
||||
};
|
||||
use crate::portal::ptl_screencast::ScreencastSession;
|
||||
|
||||
struct PortalDisplayPrelude {
|
||||
con: Rc<UsrCon>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue