fix(style): Addressed linter complaints on formatting

This commit is contained in:
2024-12-13 19:48:22 -07:00
parent 682bc91855
commit 412cb2408e
51 changed files with 343 additions and 259 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ impl DrawUi for BlocklistUi {
fn draw(f: &mut Frame<'_>, app: &mut App<'_>, area: Rect) {
if let Route::Sonarr(active_sonarr_block, _) = app.get_current_route() {
draw_blocklist_table(f, app, area);
match active_sonarr_block {
ActiveSonarrBlock::BlocklistItemDetails => {
draw_blocklist_item_details_popup(f, app);