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

Unified Diff: tests/language/issue_1751477_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files 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
Index: tests/language/issue_1751477_test.dart
diff --git a/tests/language/issue_1751477_test.dart b/tests/language/issue_1751477_test.dart
index 2a0d5c459c51c5d3759d8ebafce5a3d219364ac8..c821cb9371e6e1a395952f6debbb2b912a981c63 100644
--- a/tests/language/issue_1751477_test.dart
+++ b/tests/language/issue_1751477_test.dart
@@ -21,8 +21,7 @@ main() {
lib6.loadLibrary().then((_) {
lib7.loadLibrary().then((_) {
lib8.loadLibrary().then((_) {
- lib9.loadLibrary().then((_) {
- });
+ lib9.loadLibrary().then((_) {});
});
});
});

Powered by Google App Engine
This is Rietveld 408576698