| Index: pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
|
| diff --git a/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart b/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
|
| index 790da05ca1c5da19e0245c5a2eda3696cf461fe6..a43d4b416e6c6ff0e72d04627e566eced219f3ff 100644
|
| --- a/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
|
| +++ b/pkg/analysis_server/benchmark/integration/instrumentation_input_converter.dart
|
| @@ -29,8 +29,7 @@ class InstrumentationInputConverter extends CommonInputConverter {
|
| */
|
| StringBuffer readBuffer = null;
|
|
|
| - InstrumentationInputConverter(
|
| - String tmpSrcDirPath, PathMap srcPathMap)
|
| + InstrumentationInputConverter(String tmpSrcDirPath, PathMap srcPathMap)
|
| : super(tmpSrcDirPath, srcPathMap);
|
|
|
| @override
|
|
|