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

Unified Diff: pkg/serialization/lib/src/serialization_helpers.dart

Issue 11553012: Better ability to have hand-written custom rules and various cleanups. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: pkg/serialization/lib/src/serialization_helpers.dart
diff --git a/pkg/serialization/lib/src/serialization_helpers.dart b/pkg/serialization/lib/src/serialization_helpers.dart
index df4b2cf285d0c38e28de414868e61c494b9f21f8..a9980b8d812712d7c2cbd48ea8ec5587b2299a7f 100644
--- a/pkg/serialization/lib/src/serialization_helpers.dart
+++ b/pkg/serialization/lib/src/serialization_helpers.dart
@@ -200,6 +200,4 @@ class IdentityMapPlus<K, V> extends IdentityMap {
* Note that keys is a very inefficient operation for this type. Don't do it.
*/
get keys => super.keys.map((x) => unwrap(x));
-}
-
-
+}

Powered by Google App Engine
This is Rietveld 408576698