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

Unified Diff: tests/language_strong/await_for_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/await_for_test.dart
diff --git a/tests/language_strong/await_for_test.dart b/tests/language_strong/await_for_test.dart
index 2777900c34f1603062e1623a4c0908f2963bed13..2de1a9fed39d8658ec6b7b2aca461066afe1ff8a 100644
--- a/tests/language_strong/await_for_test.dart
+++ b/tests/language_strong/await_for_test.dart
@@ -100,7 +100,7 @@ Stream timedCounter(int maxCount) {
controller.add(counter); // Ask stream to send counter values as event.
if (counter >= maxCount) {
timer.cancel();
- controller.close(); // Ask stream to shut down and tell listeners.
+ controller.close(); // Ask stream to shut down and tell listeners.
}
}

Powered by Google App Engine
This is Rietveld 408576698