@@ -26,7 +26,7 @@ |
||
| 26 | 26 | $this->makeRequest($this->getURL()); |
| 27 | 27 | $response = $this->getResponse(); |
| 28 | 28 | |
| 29 | - if($response->success != true) { |
|
| 29 | + if ($response->success != true) { |
|
| 30 | 30 | return false; |
| 31 | 31 | } |
| 32 | 32 | |