summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/route.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-server/src/route.rs')
-rw-r--r--zellij-server/src/route.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/zellij-server/src/route.rs b/zellij-server/src/route.rs
index cbab1ffac..8c9da6b57 100644
--- a/zellij-server/src/route.rs
+++ b/zellij-server/src/route.rs
@@ -705,11 +705,7 @@ pub(crate) fn route_action(
))
.with_context(err_context)?;
},
- Action::LaunchPlugin(
- run_plugin,
- should_float,
- should_open_in_place,
- ) => {
+ Action::LaunchPlugin(run_plugin, should_float, should_open_in_place) => {
senders
.send_to_screen(ScreenInstruction::LaunchPlugin(
run_plugin,