Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjayasim9 committed Jul 28, 2023
1 parent 360aaf6 commit 14cfea9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/modules/conditional.dart
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,6 @@ Logic cases(Logic expression, Map<dynamic, dynamic> conditions,
}
}

if (defaultValue == null) {}

for (final condition in conditions.entries) {
if (condition.key is Logic) {
if (expression.width != (condition.key as Logic).width) {
Expand Down

0 comments on commit 14cfea9

Please sign in to comment.