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

@ -2,10 +2,7 @@
use crate::state::{Data, State};
use anyhow::Result;
use smithay::reexports::{
calloop::EventLoop,
wayland_server::DisplayHandle,
};
use smithay::reexports::{calloop::EventLoop, wayland_server::DisplayHandle};
pub mod render;