Skip to content

Commit

Permalink
refactor(ubuntu_widgets): remove obsolete default case
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Dec 17, 2024
1 parent 4abee1b commit 68193ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ubuntu_widgets/lib/src/password_strength_label.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class PasswordStrengthLabel extends StatelessWidget {
lang.strongPassword,
style: TextStyle(color: Theme.of(context).colorScheme.success),
);
default:
return const SizedBox.shrink();
}
}
}

0 comments on commit 68193ad

Please sign in to comment.