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

Unified Diff: tests/language_strong/conditional_access_helper.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/conditional_access_helper.dart
diff --git a/tests/language_strong/conditional_access_helper.dart b/tests/language_strong/conditional_access_helper.dart
index c847232358a51f6747538bd500970bd90bea47d3..530615d8b4e0a00b8457151132fdaddfe29f3728 100644
--- a/tests/language_strong/conditional_access_helper.dart
+++ b/tests/language_strong/conditional_access_helper.dart
@@ -26,8 +26,8 @@ class D {
}
class E {
- G operator+(int i) => new I();
- G operator-(int i) => new I();
+ G operator +(int i) => new I();
+ G operator -(int i) => new I();
}
class F {}

Powered by Google App Engine
This is Rietveld 408576698