| Index: utils/pub/pubspec.dart
|
| diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart
|
| index ac037fadffa2e0c0d713f22d9d35e8b9e03c643b..b796a83f07b5cbb19be432c35fb3e01598156b72 100644
|
| --- a/utils/pub/pubspec.dart
|
| +++ b/utils/pub/pubspec.dart
|
| @@ -39,7 +39,7 @@ class Pubspec {
|
|
|
| /** Whether or not the pubspec has no contents. */
|
| bool get isEmpty =>
|
| - name == null && version == Version.none && dependencies.isEmpty();
|
| + name == null && version == Version.none && dependencies.isEmpty;
|
|
|
| /**
|
| * Parses the pubspec whose text is [contents]. If the pubspec doesn't define
|
|
|