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

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart

Issue 2752163002: Format all dart dev compiler files (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
Index: pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart
index eb6319c591d9f7d977ba472d608697c325b30708..b2c765ff2d964de3563e39eec56c4326fc5e31a8 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart
@@ -11,8 +11,8 @@ import 'dart:_js_mirrors' as js;
class MirrorSystem {
@patch
LibraryMirror findLibrary(Symbol libraryName) {
- return libraries.values.singleWhere(
- (library) => library.simpleName == libraryName);
+ return libraries.values
+ .singleWhere((library) => library.simpleName == libraryName);
}
@patch
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/patch/math_patch.dart ('k') | pkg/dev_compiler/tool/input_sdk/patch/typed_data_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698