summaryrefslogtreecommitdiffstats
path: root/zellij-server/src/pty.rs
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-02-15 17:06:19 +0100
committerAram Drevekenin <aram@poor.dev>2023-02-15 17:06:19 +0100
commit80b00191c7c24507c6a4827e655edf32f7bfb2af (patch)
treef66c50104a044cea98fdb243adeb777adc25fe80 /zellij-server/src/pty.rs
parentc7690d5210f1552b85557586ebc2f0b6877e637c (diff)
style(fmt): rustfmt
Diffstat (limited to 'zellij-server/src/pty.rs')
-rw-r--r--zellij-server/src/pty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-server/src/pty.rs b/zellij-server/src/pty.rs
index c588204a5..510fd4192 100644
--- a/zellij-server/src/pty.rs
+++ b/zellij-server/src/pty.rs
@@ -15,7 +15,7 @@ use zellij_utils::{
errors::{ContextType, PtyContext},
input::{
command::{RunCommand, TerminalAction},
- layout::{FloatingPaneLayout, Layout, TiledPaneLayout, Run, RunPluginLocation},
+ layout::{FloatingPaneLayout, Layout, Run, RunPluginLocation, TiledPaneLayout},
},
};