Chromium Code Reviews| Index: utils/pub/command_version.dart |
| diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart |
| index a11e2dbb5ebc435292ee3ed24a06723e2c56f5a4..464d1a290f58a474ae844e6b2841480250ff846e 100644 |
| --- a/utils/pub/command_version.dart |
| +++ b/utils/pub/command_version.dart |
| @@ -12,5 +12,7 @@ class VersionCommand extends PubCommand { |
| String get usage => 'pub version'; |
| bool get requiresEntrypoint => false; |
| - Future onRun() => printVersion(); |
| + Future onRun() { |
| + printVersion(); |
| + } |
| } |