| Index: pkg/analyzer/lib/src/task/inputs.dart
|
| diff --git a/pkg/analyzer/lib/src/task/inputs.dart b/pkg/analyzer/lib/src/task/inputs.dart
|
| index d99055f711407acc85b8d30202bb7cb2e9b60ef6..bddcfc4441844ba94aa4a950f7d74f29252bffc1 100644
|
| --- a/pkg/analyzer/lib/src/task/inputs.dart
|
| +++ b/pkg/analyzer/lib/src/task/inputs.dart
|
| @@ -271,8 +271,8 @@ class SimpleTaskInputBuilder<V> implements TaskInputBuilder<V> {
|
| * inputs. The task inputs to be built are specified by a table mapping the name
|
| * of the input to the task used to access the input's value.
|
| */
|
| -class TopLevelTaskInputBuilder implements TaskInputBuilder<Map<String, Object>>
|
| - {
|
| +class TopLevelTaskInputBuilder
|
| + implements TaskInputBuilder<Map<String, Object>> {
|
| /**
|
| * The descriptors describing the inputs to be built.
|
| */
|
|
|