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

Unified Diff: pkg/kernel/lib/transformations/closure/mock.dart

Issue 2820323005: Run formatter on a few frontend and kernel files that hadn't been formatted. (Closed)
Patch Set: Run formatter on a few frontend and kernel files that hadn't been formatted. Created 3 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/kernel/lib/transformations/closure/mock.dart
diff --git a/pkg/kernel/lib/transformations/closure/mock.dart b/pkg/kernel/lib/transformations/closure/mock.dart
index a2800d335cae2f82447b6aec34412cd56febac45..bf036512a487bfb1548380dde4cf1c8851e72f48 100644
--- a/pkg/kernel/lib/transformations/closure/mock.dart
+++ b/pkg/kernel/lib/transformations/closure/mock.dart
@@ -199,8 +199,9 @@ Class mockUpContext(CoreTypes coreTypes, Program program) {
fields: fields,
procedures: procedures,
fileUri: fileUri);
- Library mock = new Library(Uri.parse(fileUri),
- name: "mock", classes: [contextClass])..fileUri = fileUri;
+ Library mock =
+ new Library(Uri.parse(fileUri), name: "mock", classes: [contextClass])
+ ..fileUri = fileUri;
program.libraries.add(mock);
mock.parent = program;
program.uriToSource[mock.fileUri] = new Source(<int>[0], const <int>[]);
« no previous file with comments | « pkg/kernel/lib/transformations/closure/converter.dart ('k') | pkg/kernel/lib/transformations/continuation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698