mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 04:33:22 +03:00
style(fmt): rustfmt
This commit is contained in:
parent
51b6089537
commit
37811dad9a
@ -2414,10 +2414,10 @@ impl Screen {
|
||||
.map(|(_tab_index, tab)| tab.position);
|
||||
match tab_index {
|
||||
Some(tab_index) => {
|
||||
if let Some(tab) = self.tabs
|
||||
.iter_mut()
|
||||
.find(|(_, t)| t.position == tab_index) {
|
||||
suppress_pane(tab.1, pane_id, new_pane_id);
|
||||
if let Some(tab) =
|
||||
self.tabs.iter_mut().find(|(_, t)| t.position == tab_index)
|
||||
{
|
||||
suppress_pane(tab.1, pane_id, new_pane_id);
|
||||
}
|
||||
},
|
||||
None => {
|
||||
|
Loading…
Reference in New Issue
Block a user