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

Unified Diff: tests/corelib/hashcode_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/corelib/hashcode_test.dart
diff --git a/tests/corelib/hashcode_test.dart b/tests/corelib/hashcode_test.dart
index 41a272f6de8537253fe3567266edad68c0d5c474..535ad6734fc059d3f5dcf17f986ce3dd348e7a80 100644
--- a/tests/corelib/hashcode_test.dart
+++ b/tests/corelib/hashcode_test.dart
@@ -9,7 +9,7 @@ class Override {
int get superHash => super.hashCode;
int get hashCode => hash;
- int foo() => hash; // Just some function that can be closurized.
+ int foo() => hash; // Just some function that can be closurized.
bool operator==(Object other) =>
other is Override && (other as Override).hash == hash;

Powered by Google App Engine
This is Rietveld 408576698