| Index: pkg/analysis_server/test/integration/integration_tests.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_tests.dart b/pkg/analysis_server/test/integration/integration_tests.dart
|
| index 7f9265c2b978e92d1a0f6229764c0a2042b7e7a6..b837278990be683a8f793feccf8d61bb8babe6d5 100644
|
| --- a/pkg/analysis_server/test/integration/integration_tests.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_tests.dart
|
| @@ -125,7 +125,8 @@ abstract class AbstractAnalysisServerIntegrationTest
|
| */
|
| bool _subscribedToServerStatus = false;
|
|
|
| - List<AnalysisError> getErrors(String pathname) => currentAnalysisErrors[pathname];
|
| + List<AnalysisError> getErrors(String pathname) =>
|
| + currentAnalysisErrors[pathname];
|
|
|
| AbstractAnalysisServerIntegrationTest() {
|
| initializeInttestMixin();
|
|
|