| Index: pkg/compiler/lib/src/options.dart
|
| diff --git a/pkg/compiler/lib/src/options.dart b/pkg/compiler/lib/src/options.dart
|
| index b1aaeb0f2df0bd3fe786f0146cb4b3e09124a372..1f31f347b02d3a0fbaabc36ca4cd8833b7498308 100644
|
| --- a/pkg/compiler/lib/src/options.dart
|
| +++ b/pkg/compiler/lib/src/options.dart
|
| @@ -701,8 +701,8 @@ List<String> _extractOptionalCsvOption(List<String> options, String flag) {
|
| return null;
|
| }
|
|
|
| -Uri _resolvePlatformConfig(Uri libraryRoot, String platformConfigPath,
|
| - Iterable<String> categories) {
|
| +Uri _resolvePlatformConfig(
|
| + Uri libraryRoot, String platformConfigPath, Iterable<String> categories) {
|
| if (platformConfigPath != null) {
|
| return libraryRoot.resolve(platformConfigPath);
|
| } else {
|
|
|