| Index: tools/gardening/bin/current_summary.dart
|
| diff --git a/tools/gardening/bin/current_summary.dart b/tools/gardening/bin/current_summary.dart
|
| index da3261bb1a666a3a10067d333fc4e8d06e4c0436..0491e086e0f4bddabe53a66b39ea07df0db2d4df 100644
|
| --- a/tools/gardening/bin/current_summary.dart
|
| +++ b/tools/gardening/bin/current_summary.dart
|
| @@ -8,6 +8,7 @@
|
| /// The results are currently pulled from the second to last build since the
|
| /// last build might not have completed yet.
|
|
|
| +import 'dart:async';
|
| import 'dart:math' hide log;
|
| import 'dart:io';
|
|
|
| @@ -27,7 +28,7 @@ void help(ArgParser argParser) {
|
| print(argParser.usage);
|
| }
|
|
|
| -main(List<String> args) async {
|
| +Future main(List<String> args) async {
|
| ArgParser argParser = createArgParser();
|
| argParser.addOption('group',
|
| help: "Restricts the build groups\n"
|
|
|