formatting fixes
This commit is contained in:
parent
373eed4ac5
commit
1ab0196502
6 changed files with 140 additions and 94 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue