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

Unified Diff: tests/language/cyclic_type_variable_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/cyclic_type_variable_test.dart
diff --git a/tests/language/cyclic_type_variable_test.dart b/tests/language/cyclic_type_variable_test.dart
index 75f33da231b8b9f36ff2de40d763c7649ba62b98..29bf16a58978d0c4eebbeac592f8a614edd86f52 100644
--- a/tests/language/cyclic_type_variable_test.dart
+++ b/tests/language/cyclic_type_variable_test.dart
@@ -41,7 +41,7 @@ class D1<W extends Base<W>> { // legal
W field;
}
-class D2<W extends Base<W>> implements B<W>{ // legal
+class D2<W extends Base<W>> implements B<W>{ // legal
W field;
}

Powered by Google App Engine
This is Rietveld 408576698