Skip to content

Commit

Permalink
Drop unneeded default case in switch (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Sep 23, 2024
1 parent 9229b6d commit 57188e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mono_repo/lib/src/utilities.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ String? errorForSdkConfig(PackageFlavor flavor, String sdk) {
'$_flutterLiteralsPretty.';
}
return null;
default:
throw UnsupportedError('should never get a flavor of `$flavor`');
}
}
}
Expand Down

0 comments on commit 57188e4

Please sign in to comment.