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

Unified Diff: tests/lib/mirrors/symbol_validation_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/symbol_validation_test.dart
diff --git a/tests/lib/mirrors/symbol_validation_test.dart b/tests/lib/mirrors/symbol_validation_test.dart
index 1a38e79e203ed2f8871d5b4b07ca0ae043ac4244..4026937435d548a40d45506a9428860c57cabd39 100644
--- a/tests/lib/mirrors/symbol_validation_test.dart
+++ b/tests/lib/mirrors/symbol_validation_test.dart
@@ -133,5 +133,5 @@ main() {
'_', '_x', 'x._y', 'x._', 'x.y._', 'x._.y', '_true'
];
privateSymbols.forEach(invalidSymbol);
- privateSymbols.forEach(validPrivateSymbol); /// 01: ok
+ privateSymbols.forEach(validPrivateSymbol); // /// 01: ok
}

Powered by Google App Engine
This is Rietveld 408576698