Change "dartfmt" -> "dart format" in test generator.

Change-Id: I1da2fc67dcfa1502b63b2cdbb7e460a86ac22967
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215159
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Robert Nystrom
2021-10-04 17:11:27 +00:00
committed by commit-bot@chromium.org
parent 40e52cc878
commit 82affd7ac6
@@ -39,7 +39,7 @@ main(List<String> args) async {
String name = "async_nested_${maxSize}_${i}_test.dart";
asyncFile.renameSync(name);
print(" -> Created $name");
print(" (you might want to run dartfmt -w $name).");
print(" (you might want to run 'dart format $name').");
}
}
}