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

Unified Diff: tests/language_strong/inferrer_this_access_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_strong/inferrer_this_access_test.dart
diff --git a/tests/language_strong/inferrer_this_access_test.dart b/tests/language_strong/inferrer_this_access_test.dart
index 9aa782e50ec019024e644da594f8fc1f3855016f..87eed05075647c1b88591eaa7f30af0b333cca88 100644
--- a/tests/language_strong/inferrer_this_access_test.dart
+++ b/tests/language_strong/inferrer_this_access_test.dart
@@ -19,7 +19,7 @@ class B {
B() {
hest = 54;
a = 42;
- }
+ }
}
class C extends B {

Powered by Google App Engine
This is Rietveld 408576698