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

Unified Diff: runtime/lib/type_patch.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (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
« no previous file with comments | « runtime/lib/timer_patch.dart ('k') | runtime/lib/uri_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/type_patch.dart
diff --git a/runtime/lib/type_patch.dart b/runtime/lib/type_patch.dart
index 93cd2f58e6bf0b025fa575f69125698ec8d82393..67d7db5345f4f47ae3babbb2d0f877169cc482eb 100644
--- a/runtime/lib/type_patch.dart
+++ b/runtime/lib/type_patch.dart
@@ -10,16 +10,21 @@ abstract class _AbstractType implements Type {
}
// Equivalent of RawType.
-class _Type extends _AbstractType {}
+class _Type extends _AbstractType {
+}
// Equivalent of RawTypeRef.
-class _TypeRef extends _AbstractType {}
+class _TypeRef extends _AbstractType {
+}
// Equivalent of RawTypeParameter.
-class _TypeParameter extends _AbstractType {}
+class _TypeParameter extends _AbstractType {
+}
// Equivalent of RawBoundedType.
-class _BoundedType extends _AbstractType {}
+class _BoundedType extends _AbstractType {
+}
// Equivalent of RawMixinAppType.
-class _MixinAppType extends _AbstractType {}
+class _MixinAppType extends _AbstractType {
+}
« no previous file with comments | « runtime/lib/timer_patch.dart ('k') | runtime/lib/uri_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698