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

Unified Diff: pkg/compiler/lib/src/js_backend/backend_serialization.dart

Issue 1859343004: dartfmt pkg/compiler (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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: pkg/compiler/lib/src/js_backend/backend_serialization.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend_serialization.dart b/pkg/compiler/lib/src/js_backend/backend_serialization.dart
index 8a4923fc9aa5715e0a2d2af6f9a97a8edcaa13b8..c7c20395b55f8fc850a618043f6120d6da6e1732 100644
--- a/pkg/compiler/lib/src/js_backend/backend_serialization.dart
+++ b/pkg/compiler/lib/src/js_backend/backend_serialization.dart
@@ -4,14 +4,10 @@
library js_backend.serialization;
-import '../common/backend_api.dart' show
- BackendSerialization;
+import '../common/backend_api.dart' show BackendSerialization;
import '../elements/elements.dart';
-import '../serialization/serialization.dart' show
- DeserializerPlugin,
- ObjectDecoder,
- ObjectEncoder,
- SerializerPlugin;
+import '../serialization/serialization.dart'
+ show DeserializerPlugin, ObjectDecoder, ObjectEncoder, SerializerPlugin;
import '../serialization/keys.dart';
import 'js_backend.dart';
@@ -57,4 +53,3 @@ class JavaScriptBackendDeserializer implements DeserializerPlugin {
}
}
}
-
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend_impact.dart ('k') | pkg/compiler/lib/src/js_backend/checked_mode_helpers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698