!fixup cargo fmt
This commit is contained in:
parent
485339c584
commit
f323880fb7
3 changed files with 12 additions and 12 deletions
|
|
@ -10,12 +10,12 @@ mod thread_bus;
|
||||||
mod ui;
|
mod ui;
|
||||||
mod wasm_vm;
|
mod wasm_vm;
|
||||||
|
|
||||||
|
use log::info;
|
||||||
use std::{
|
use std::{
|
||||||
path::PathBuf,
|
path::PathBuf,
|
||||||
sync::{Arc, Mutex, RwLock},
|
sync::{Arc, Mutex, RwLock},
|
||||||
thread,
|
thread,
|
||||||
};
|
};
|
||||||
use log::info;
|
|
||||||
use zellij_utils::zellij_tile;
|
use zellij_utils::zellij_tile;
|
||||||
|
|
||||||
use wasmer::Store;
|
use wasmer::Store;
|
||||||
|
|
|
||||||
|
|
@ -532,7 +532,7 @@ fn no_tabs_specified_should_panic() {
|
||||||
// TODO Make error out of this
|
// TODO Make error out of this
|
||||||
// Only untill #631 is fixed
|
// Only untill #631 is fixed
|
||||||
fn multiple_tabs_specified_should_panic() {
|
fn multiple_tabs_specified_should_panic() {
|
||||||
let path = layout_test_dir("multiple-tabs-should-panic.yaml".into());
|
let path = layout_test_dir("multiple-tabs-should-panic.yaml".into());
|
||||||
let layout = Layout::new(&path);
|
let layout = Layout::new(&path);
|
||||||
let _main_layout = layout.unwrap().construct_main_layout();
|
let _main_layout = layout.unwrap().construct_main_layout();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue