| Index: pkg/dev_compiler/lib/src/analyzer/context.dart
|
| diff --git a/pkg/dev_compiler/lib/src/analyzer/context.dart b/pkg/dev_compiler/lib/src/analyzer/context.dart
|
| index e67c8e93afd75fd7f55047f1bd23791804785661..aa9d84bf7477735bb0352216eab5832d4c8ff38c 100644
|
| --- a/pkg/dev_compiler/lib/src/analyzer/context.dart
|
| +++ b/pkg/dev_compiler/lib/src/analyzer/context.dart
|
| @@ -125,8 +125,7 @@ class AnalyzerOptions {
|
| var pipe = summaryPath.indexOf("=");
|
| if (pipe != -1) {
|
| summaryPaths[i] = summaryPath.substring(0, pipe);
|
| - customSummaryModules[summaryPaths[i]] =
|
| - summaryPath.substring(pipe + 1);
|
| + customSummaryModules[summaryPaths[i]] = summaryPath.substring(pipe + 1);
|
| }
|
| }
|
| }
|
|
|