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

Unified Diff: tests/language_strong/constructor7_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/constructor7_test.dart
diff --git a/tests/language_strong/constructor7_test.dart b/tests/language_strong/constructor7_test.dart
index 432fe2975fde811cfd785503980123620c805292..79df26a662f9d900d86e20dfb980fcc7570ce7b1 100644
--- a/tests/language_strong/constructor7_test.dart
+++ b/tests/language_strong/constructor7_test.dart
@@ -18,7 +18,7 @@ int E(int i) {
}
class A {
- var j; // Names are in reverse order to detect sorting by name...
+ var j; // Names are in reverse order to detect sorting by name...
var i = 0; // Initialized odd/even to detect these inits affecting order.
sra1 2017/03/21 03:28:14 fix
var h;
var g = 0;

Powered by Google App Engine
This is Rietveld 408576698