Skip to content

Commit

Permalink
Removed an unused var (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski authored Sep 19, 2024
1 parent 176ce1f commit 8397b04
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 {
},
));

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

0 comments on commit 8397b04

Please sign in to comment.