Index: utils/pub/command_version.dart |
diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart |
index 8a0099c6e774f0418bee31bacb1e7ca05988c821..cbf8956c31b85bcbcc7bc5bb682a352e58c03e43 100644 |
--- a/utils/pub/command_version.dart |
+++ b/utils/pub/command_version.dart |
@@ -8,9 +8,8 @@ |
/** Handles the `version` pub command. */ |
class VersionCommand extends PubCommand { |
- String get description() => 'print Pub version'; |
- |
- String get usage() => 'pub version'; |
+ String get description => 'print Pub version'; |
+ String get usage => 'pub version'; |
Future onRun() => printVersion(); |
} |