cargo fmt

This commit is contained in:
Victoria Brekenfeld 2022-07-04 16:00:29 +02:00
parent 43062c1754
commit 39de286d51
40 changed files with 1557 additions and 1080 deletions

View file

@ -6,8 +6,7 @@ use crate::{
logger::LogState,
shell::Shell,
wayland::protocols::{
drm::WlDrmState,
output_configuration::OutputConfigurationState,
drm::WlDrmState, output_configuration::OutputConfigurationState,
workspace::WorkspaceClientState,
},
};
@ -24,10 +23,7 @@ use smithay::{
compositor::CompositorState,
data_device::DataDeviceState,
dmabuf::DmabufState,
output::{
OutputManagerState,
Mode as OutputMode, Output, Scale,
},
output::{Mode as OutputMode, Output, OutputManagerState, Scale},
seat::{Seat, SeatState},
shm::ShmState,
viewporter::ViewporterState,