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

Unified Diff: tests/lib/mirrors/method_mirror_source_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/lib/mirrors/method_mirror_source_test.dart
diff --git a/tests/lib/mirrors/method_mirror_source_test.dart b/tests/lib/mirrors/method_mirror_source_test.dart
index cea4dc1631840b2542ec3bf3076d99553718b99e..41c218087b266f05716d70e9ea4b8b7c595703cd 100644
--- a/tests/lib/mirrors/method_mirror_source_test.dart
+++ b/tests/lib/mirrors/method_mirror_source_test.dart
@@ -71,7 +71,7 @@ main() {
ClassMirror cm = reflectClass(C);
expectSource(cm.declarations[#foo],
"static dynamic foo() {\n"
- " // Happy foo.\n"
+ " // Happy foo.\n"
sra1 2017/03/21 03:01:09 fix
" }");
expectSource(cm.declarations[#bar],
"void bar() { /* Not so happy bar. */ }");
@@ -80,7 +80,7 @@ main() {
" 181;");
expectSource(cm.declarations[const Symbol("someX=")],
"set someX(v) {\n"
- " // Discard this one.\n"
+ " // Discard this one.\n"
" }");
expectSource(cm.declarations[#C],
"C(this._x, y)\n"

Powered by Google App Engine
This is Rietveld 408576698