Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Dec 30, 2024
1 parent f9c99ac commit 01c03ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/category_view/category_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ IconData getIconForCategory(CategoryIcons categoryIcons, Category category) {
return categoryIcons.symbolIcon;
case Category.FLAGS:
return categoryIcons.flagIcon;
default:
throw Exception('Unsupported Category');
}
}

Expand Down

0 comments on commit 01c03ef

Please sign in to comment.