Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/gardening/bin/create_shard_groups.dart

Issue 2844663002: create_shard_data.dart now generates `dartfmt` style output. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/bin/create_shard_groups.dart
diff --git a/tools/gardening/bin/create_shard_groups.dart b/tools/gardening/bin/create_shard_groups.dart
index 0a2f7eb571c23c44f9a9a73e728ea41a437e4c9b..28dad3f5da08b9e1a82a54f5fea0e1015d0c77dc 100644
--- a/tools/gardening/bin/create_shard_groups.dart
+++ b/tools/gardening/bin/create_shard_groups.dart
@@ -89,8 +89,7 @@ main(List<String> args) {
part of gardening.shard2group;
-const Map<String, List<String>> shardGroups = const {
-""");
+const Map<String, List<String>> shardGroups = const {""");
for (int i = 0; i < groupCount; i++) {
print(" '${groups[i]}': const <String>[");
for (String shard in shards[i]) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698