| Index: pkg/analyzer/lib/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
|
| index a0e309e4ffc4de5c9ef6dcf2e7973cfc0e154482..644ab2466abcff73490a3a8a75f28698e98baa92 100644
|
| --- a/pkg/analyzer/lib/task/dart.dart
|
| +++ b/pkg/analyzer/lib/task/dart.dart
|
| @@ -128,7 +128,8 @@ final ResultDescriptor<SourceKind> SOURCE_KIND =
|
| * The result is only available for [Source]s representing a compilation unit.
|
| */
|
| final ResultDescriptor<Token> TOKEN_STREAM = new ResultDescriptor<Token>(
|
| - 'TOKEN_STREAM', null, cachingPolicy: TOKEN_STREAM_CACHING_POLICY);
|
| + 'TOKEN_STREAM', null,
|
| + cachingPolicy: TOKEN_STREAM_CACHING_POLICY);
|
|
|
| /**
|
| * The sources of the Dart files that a library consists of.
|
|
|