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

Unified Diff: tests/language_strong/super_operator_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments Created 3 years, 9 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/super_operator_test.dart
diff --git a/tests/language_strong/super_operator_test.dart b/tests/language_strong/super_operator_test.dart
index d47eb5472430dab9bd2b0a89e05fce82e4ab47fe..5cfbdde4254df95008c41917498f24b36ad221b2 100644
--- a/tests/language_strong/super_operator_test.dart
+++ b/tests/language_strong/super_operator_test.dart
@@ -68,7 +68,7 @@ main () {
Expect.equals("r", a[2]); // operator [] of class A.
a = new B();
- a += "Tell"; // operator + of class B.
+ a += "Tell"; // operator + of class B.
Expect.equals("TellTell", a.val);
Expect.equals("rr", a[2]); // operator [] of class B.

Powered by Google App Engine
This is Rietveld 408576698