@@ -99,7 +99,7 @@ |
||
99 | 99 | * 429 Too Many Requests The skill has been throttled due to an excessive number of requests. |
100 | 100 | * 500 Internal Error An unexpected error occurred. |
101 | 101 | */ |
102 | - if(200 !== $response->getStatusCode()) { |
|
102 | + if (200 !== $response->getStatusCode()) { |
|
103 | 103 | throw new DeviceApiCallException(sprintf('Error in api call (status code:"%s")', $response->getStatusCode())); |
104 | 104 | } |
105 | 105 |