Removed an unused var (#535)

This commit is contained in:
Adam Perkowski 2024-09-19 20:42:50 +02:00 committed by GitHub
parent 176ce1f4b9
commit 8397b04472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ impl AppState {
}, },
)); ));
let style = if let Focus::List = self.focus { if let Focus::List = self.focus {
Style::default().reversed() Style::default().reversed()
} else { } else {
Style::new() Style::new()