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

Unified Diff: tests/language_strong/optimized_lists_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/optimized_lists_test.dart
diff --git a/tests/language_strong/optimized_lists_test.dart b/tests/language_strong/optimized_lists_test.dart
index d92fe3d3b4c6b48b5f772edd650aa79827235c7b..24cd678a2fa486342de761a95ca5d585bfcb1adc 100644
--- a/tests/language_strong/optimized_lists_test.dart
+++ b/tests/language_strong/optimized_lists_test.dart
@@ -15,7 +15,7 @@ main() {
test(n) {
- var a = new List(); // Growable list.
+ var a = new List(); // Growable list.
var b = new List(10); // Fixed size list.
var c = const [1, 2, 3, 4]; // Constant aray.
// In optimized mode the class checks will be eliminated since the

Powered by Google App Engine
This is Rietveld 408576698