| Index: pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/protocol/protocol.dart b/pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| index ea425cf2107d758549a8eb946e1262a1b1ca5ced..99774648a8b8f241400be0688ccd4af2e006e4b1 100644
|
| --- a/pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| +++ b/pkg/analysis_server/lib/plugin/protocol/protocol.dart
|
| @@ -343,8 +343,8 @@ class Response {
|
| */
|
| Response.debugPortCouldNotBeOpened(Request request, dynamic error)
|
| : this(request.id,
|
| - error: new RequestError(
|
| - RequestErrorCode.DEBUG_PORT_COULD_NOT_BE_OPENED, '$error'));
|
| + error: new RequestError(
|
| + RequestErrorCode.DEBUG_PORT_COULD_NOT_BE_OPENED, '$error'));
|
|
|
| /**
|
| * Initialize a newly created instance to represent the FILE_NOT_ANALYZED
|
|
|