1
0
Fork 0

Whitespace from end line removed

pull/178/head
Michal Niewrzal 2016-11-23 15:43:28 +01:00
parent bb07a1364e
commit 843b0e6852
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
$e $e
); );
} }
// Only send a Response for a Request // Only send a Response for a Request
// Notifications do not send Responses // Notifications do not send Responses
if (AdvancedJsonRpc\Request::isRequest($msg->body)) { if (AdvancedJsonRpc\Request::isRequest($msg->body)) {
if ($error !== null) { if ($error !== null) {