summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-27 16:00:16 +0200
committera-kenji <aks.kenji@protonmail.com>2021-05-27 16:00:16 +0200
commitec5476d3a593e20f11a898338a941fb90e0cab1b (patch)
tree6a6faaa4e0804db542179dc91848a8f7894e1e2a /zellij-client
parent81b026df249c72057ed9ae9e8b4140c2ff6db160 (diff)
fixup! rustfmt
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/src/lib.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/zellij-client/src/lib.rs b/zellij-client/src/lib.rs
index d854b6d38..8908b6bcd 100644
--- a/zellij-client/src/lib.rs
+++ b/zellij-client/src/lib.rs
@@ -135,7 +135,11 @@ pub fn start_client(
#[cfg(any(feature = "test", test))]
let first_msg = {
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);