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

Unified Diff: pkg/analyzer/lib/source/sdk_ext.dart

Issue 1322513004: Reformat code to reduce churn (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | « pkg/analyzer/lib/source/pub_package_map_provider.dart ('k') | pkg/analyzer/lib/src/cancelable_future.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/source/sdk_ext.dart
diff --git a/pkg/analyzer/lib/source/sdk_ext.dart b/pkg/analyzer/lib/source/sdk_ext.dart
index d16bb4775ed28d1c5aaacfb7d7f903f39636e5ab..646a19fc60404eaf3e454395623da205522f3b32 100644
--- a/pkg/analyzer/lib/source/sdk_ext.dart
+++ b/pkg/analyzer/lib/source/sdk_ext.dart
@@ -27,7 +27,7 @@ class SdkExtUriResolver extends UriResolver {
static const String SDK_EXT_NAME = '_sdkext';
static const String DART_COLON_PREFIX = 'dart:';
- final Map<String, String> _urlMappings = <String,String>{};
+ final Map<String, String> _urlMappings = <String, String>{};
/// Construct a [SdkExtUriResolver] from a package map
/// (see [PackageMapProvider]).
@@ -42,7 +42,7 @@ class SdkExtUriResolver extends UriResolver {
int get length => _urlMappings.length;
/// Return the path mapping for [libName] or null if there is none.
- String operator[](String libName) => _urlMappings[libName];
+ String operator [](String libName) => _urlMappings[libName];
/// Programmatically add a new SDK extension given a JSON description
/// ([sdkExtJSON]) and a lib directory ([libDir]).
« no previous file with comments | « pkg/analyzer/lib/source/pub_package_map_provider.dart ('k') | pkg/analyzer/lib/src/cancelable_future.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698