@@ -14,7 +14,7 @@ |
||
14 | 14 | use GuzzleHttp\Client as HttpClient; |
15 | 15 | use GuzzleHttp\Exception\RequestException; |
16 | 16 | |
17 | -if (! defined('CURL_HTTP_VERSION_2_0')) { |
|
17 | +if ( ! defined('CURL_HTTP_VERSION_2_0')) { |
|
18 | 18 | define('CURL_HTTP_VERSION_2_0', 3); |
19 | 19 | } |
20 | 20 |