Whoops, give things a format!
This commit is contained in:
parent
0f5363679d
commit
e05973ae0f
3 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
pub mod command_is_executing;
|
pub mod command_is_executing;
|
||||||
pub mod errors;
|
pub mod errors;
|
||||||
pub mod input;
|
pub mod input;
|
||||||
pub mod ipc;
|
|
||||||
pub mod install;
|
pub mod install;
|
||||||
|
pub mod ipc;
|
||||||
pub mod os_input_output;
|
pub mod os_input_output;
|
||||||
pub mod pty_bus;
|
pub mod pty_bus;
|
||||||
pub mod screen;
|
pub mod screen;
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ use common::{
|
||||||
};
|
};
|
||||||
use directories_next::ProjectDirs;
|
use directories_next::ProjectDirs;
|
||||||
|
|
||||||
use std::{fs, io::Write};
|
|
||||||
use std::os::unix::net::UnixStream;
|
use std::os::unix::net::UnixStream;
|
||||||
|
use std::{fs, io::Write};
|
||||||
|
|
||||||
use structopt::StructOpt;
|
use structopt::StructOpt;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue