Whoops, give things a format!

This commit is contained in:
Brooks J Rady 2021-02-16 18:43:28 +00:00
parent 0f5363679d
commit e05973ae0f
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
pub mod command_is_executing;
pub mod errors;
pub mod input;
pub mod ipc;
pub mod install;
pub mod ipc;
pub mod os_input_output;
pub mod pty_bus;
pub mod screen;

View file

@ -13,8 +13,8 @@ use common::{
};
use directories_next::ProjectDirs;
use std::{fs, io::Write};
use std::os::unix::net::UnixStream;
use std::{fs, io::Write};
use structopt::StructOpt;