| Index: utils/pub/command_help.dart
|
| diff --git a/utils/pub/command_help.dart b/utils/pub/command_help.dart
|
| index 7fdf510944cf092bb5c35863e1ce7470c06ea7ea..938a50e7a89e1aae189d8b4cf2201f57d77c8b0d 100644
|
| --- a/utils/pub/command_help.dart
|
| +++ b/utils/pub/command_help.dart
|
| @@ -13,7 +13,7 @@ class HelpCommand extends PubCommand {
|
| bool get requiresEntrypoint => false;
|
|
|
| Future onRun() {
|
| - if (commandOptions.rest.isEmpty()) {
|
| + if (commandOptions.rest.isEmpty) {
|
| printUsage();
|
| } else {
|
| pubCommands[commandOptions.rest[0]].printUsage();
|
|
|