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

Unified Diff: runtime/lib/function.dart

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. 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 | « runtime/lib/expando_patch.dart ('k') | runtime/lib/function_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/function.dart
diff --git a/runtime/lib/function.dart b/runtime/lib/function.dart
index 0946702a6f278529e1040b488902a5c6694b93d6..f8187e9ce5fd0ceb2f2f207f9716c3b8b7c3fba2 100644
--- a/runtime/lib/function.dart
+++ b/runtime/lib/function.dart
@@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
class _Closure implements Function {
-
bool operator ==(other) native "Closure_equals";
int get hashCode native "Closure_hashCode";
« no previous file with comments | « runtime/lib/expando_patch.dart ('k') | runtime/lib/function_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698