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

Unified Diff: sdk/lib/core/expando.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files 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
« no previous file with comments | « sdk/lib/core/exceptions.dart ('k') | sdk/lib/core/function.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/expando.dart
diff --git a/sdk/lib/core/expando.dart b/sdk/lib/core/expando.dart
index 1e8a47a2b7d9ec7faa761faf118abb632972c8c1..92cf90c8b2bafe733a2698e2533526a0c64c9535 100644
--- a/sdk/lib/core/expando.dart
+++ b/sdk/lib/core/expando.dart
@@ -23,7 +23,6 @@ part of dart.core;
* since they will stay alive forever.
*/
class Expando<T> {
-
/**
* The name of the this [Expando] as passed to the constructor. If
* no name was passed to the constructor, the name is [:null:].
@@ -60,5 +59,4 @@ class Expando<T> {
* The object must not be a number, a string, a boolean or null.
*/
external void operator []=(Object object, T value);
-
}
« no previous file with comments | « sdk/lib/core/exceptions.dart ('k') | sdk/lib/core/function.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698