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

Unified Diff: tests/language/abstract_factory_constructor_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: 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/abstract_factory_constructor_test.dart
diff --git a/tests/language/abstract_factory_constructor_test.dart b/tests/language/abstract_factory_constructor_test.dart
index d20401ae8ac1bef847ad5d5bdc48a09bab41821c..2808da492cc6948e3e36215f30f16a4c6a222348 100644
--- a/tests/language/abstract_factory_constructor_test.dart
+++ b/tests/language/abstract_factory_constructor_test.dart
@@ -25,5 +25,5 @@ class A2 {
main() {
new A1.make();
- new A2.make(); /// 00: continued
+ new A2.make(); // /// 00: continued
sra1 2017/03/21 01:43:48 revert
Jacob 2017/03/21 02:25:36 Done.
}

Powered by Google App Engine
This is Rietveld 408576698