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

Unified Diff: pkg/analyzer/lib/src/dart/sdk/patch.dart

Issue 2746333008: Run dartfmt on dart2js codebase. (Closed)
Patch Set: Format all analyzer packages 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/analyzer/lib/src/dart/sdk/patch.dart
diff --git a/pkg/analyzer/lib/src/dart/sdk/patch.dart b/pkg/analyzer/lib/src/dart/sdk/patch.dart
index ee0caa2ddcea4387e0bbc8c0a09e9f70c232d3f2..805768662fac3f0ef9e0567e5d448ce03f0d0e70 100644
--- a/pkg/analyzer/lib/src/dart/sdk/patch.dart
+++ b/pkg/analyzer/lib/src/dart/sdk/patch.dart
@@ -51,7 +51,7 @@ class SdkPatcher {
_allowNewPublicNames = libraryName == '_internal';
}
// Prepare the patch files to apply.
- List<String> patchPaths = allPatchPaths[libraryUriStr] ?? const <String> [];
+ List<String> patchPaths = allPatchPaths[libraryUriStr] ?? const <String>[];
for (String path in patchPaths) {
File patchFile = resourceProvider.getFile(path);
« no previous file with comments | « pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart ('k') | pkg/analyzer/lib/src/generated/element_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698