Skip to content

Commit

Permalink
Revert "Removed an unused var (#535)"
Browse files Browse the repository at this point in the history
This reverts commit 8397b04.
  • Loading branch information
ChrisTitusTech authored Sep 19, 2024
1 parent 8397b04 commit 27207ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl AppState {
},
));

if let Focus::List = self.focus {
let style = if let Focus::List = self.focus {
Style::default().reversed()
} else {
Style::new()
Expand Down

0 comments on commit 27207ad

Please sign in to comment.