Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
horasal committed Apr 22, 2021
1 parent 8c47401 commit aa25ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/tab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ impl Tab {
self.fullscreen_is_active = !self.fullscreen_is_active;
}
pub fn set_force_render(&mut self) {
for (_, pane) in &mut self.panes {
for pane in self.panes.values_mut() {
pane.set_should_render(true);
}
}
Expand Down

0 comments on commit aa25ba2

Please sign in to comment.