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

Unified Diff: tests/standalone/package/packages/package2.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/standalone/package/packages/package2.dart
diff --git a/tests/standalone/package/packages/package2.dart b/tests/standalone/package/packages/package2.dart
index 4d31974b6e38cf64eecb4fd7bf8a122ce0f7b1cb..135e16d84e4ff9c4cc6a79600b893eec0b6d0861 100644
--- a/tests/standalone/package/packages/package2.dart
+++ b/tests/standalone/package/packages/package2.dart
@@ -7,4 +7,5 @@ library package2;
class X {
const X();
}
+
const X x = const X();

Powered by Google App Engine
This is Rietveld 408576698