summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/thread_bus.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-server/src/thread_bus.rs')
-rw-r--r--zellij-server/src/thread_bus.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/zellij-server/src/thread_bus.rs b/zellij-server/src/thread_bus.rs
index ce636fdef..3247ecf4e 100644
--- a/zellij-server/src/thread_bus.rs
+++ b/zellij-server/src/thread_bus.rs
@@ -145,10 +145,7 @@ impl ThreadSenders {
}
#[allow(unused)]
- pub fn replace_to_plugin(
- &mut self,
- new_to_plugin: SenderWithContext<PluginInstruction>,
- ) {
+ pub fn replace_to_plugin(&mut self, new_to_plugin: SenderWithContext<PluginInstruction>) {
// this is mostly used for the tests, see struct
self.to_plugin.replace(new_to_plugin);
}