Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 669036639
  • Loading branch information
Googler authored and copybara-github committed Aug 29, 2024
1 parent 4796ea1 commit 4e48884
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/intl/lib/intl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ class Intl {
return many ?? other;
case plural_rules.PluralCase.OTHER:
return other;
default:
throw ArgumentError.value(
howMany, 'howMany', 'Invalid plural argument');
}
}

Expand Down

0 comments on commit 4e48884

Please sign in to comment.