fixup! rustfmt
This commit is contained in:
parent
81b026df24
commit
ec5476d3a5
1 changed files with 5 additions and 1 deletions
|
|
@ -135,7 +135,11 @@ pub fn start_client(
|
||||||
#[cfg(any(feature = "test", test))]
|
#[cfg(any(feature = "test", test))]
|
||||||
let first_msg = {
|
let first_msg = {
|
||||||
let _ = SESSION_NAME.set("".into());
|
let _ = SESSION_NAME.set("".into());
|
||||||
ClientToServerMsg::NewClient(client_attributes, Box::new(opts), Box::new(config_options.clone()))
|
ClientToServerMsg::NewClient(
|
||||||
|
client_attributes,
|
||||||
|
Box::new(opts),
|
||||||
|
Box::new(config_options.clone()),
|
||||||
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
os_input.connect_to_server(&*ZELLIJ_IPC_PIPE);
|
os_input.connect_to_server(&*ZELLIJ_IPC_PIPE);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue