| Index: third_party/pkg/route_hierarchical/lib/pattern.dart
|
| diff --git a/third_party/pkg/route_hierarchical/lib/pattern.dart b/third_party/pkg/route_hierarchical/lib/pattern.dart
|
| index 8a139b8c2f38e068998ef7c37db57342f24372e9..17f010ff32db7e472ac5abd2d949084e44035b77 100644
|
| --- a/third_party/pkg/route_hierarchical/lib/pattern.dart
|
| +++ b/third_party/pkg/route_hierarchical/lib/pattern.dart
|
| @@ -78,4 +78,4 @@ Match prefixMatch(Pattern pattern, String str) {
|
| return null;
|
| }
|
|
|
| -bool _hasMatch(Iterable<Match> matches) => matches.iterator.moveNext();
|
| +bool _hasMatch(Iterable<Match> matches) => matches.iterator.moveNext();
|
|
|