Whoops, give things a format!
This commit is contained in:
parent
0f5363679d
commit
e05973ae0f
3 changed files with 4 additions and 4 deletions
|
|
@ -9,4 +9,4 @@ macro_rules! asset_map {
|
|||
assets
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ pub fn main() {
|
|||
// First run installation of default plugins & layouts
|
||||
let project_dirs = ProjectDirs::from("org", "Zellij Contributors", "Zellij").unwrap();
|
||||
let data_dir = project_dirs.data_dir();
|
||||
let assets = asset_map!{
|
||||
let assets = asset_map! {
|
||||
"plugins/status-bar.wasm",
|
||||
"plugins/strider.wasm",
|
||||
"layouts/default.yaml",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue