Index: utils/pub/command_list.dart |
diff --git a/utils/pub/command_list.dart b/utils/pub/command_list.dart |
index df5c40dc8b7839df6b51e0b179a9e4ae77053055..8155b9cb5b49b5f91a5efc63f3eda890d786424e 100644 |
--- a/utils/pub/command_list.dart |
+++ b/utils/pub/command_list.dart |
@@ -14,9 +14,8 @@ |
* may go away. |
*/ |
class ListCommand extends PubCommand { |
- String get description() => 'print the contents of repositories'; |
- |
- String get usage() => 'pub list'; |
+ String get description => 'print the contents of repositories'; |
+ String get usage => 'pub list'; |
Future onRun() { |
// TODO(nweiz): also list the contents of the packages directory when it's |