formatting fixes

This commit is contained in:
Victoria Brekenfeld 2022-03-16 20:01:34 +01:00
parent 373eed4ac5
commit 1ab0196502
6 changed files with 140 additions and 94 deletions

View file

@ -6,16 +6,13 @@ use smithay::reexports::{
};
use anyhow::{Context, Result};
use std::{
ffi::OsString,
sync::atomic::Ordering,
};
use std::{ffi::OsString, sync::atomic::Ordering};
pub mod backend;
pub mod input;
mod logger;
pub mod shell;
pub mod state;
mod logger;
pub mod utils;
#[cfg(feature = "debug")]