style(fmt): rustfmt

This commit is contained in:
Aram Drevekenin 2024-11-21 14:33:24 +01:00
parent 51b6089537
commit 37811dad9a

View File

@ -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 => {