@@ -77,7 +77,7 @@ |
||
77 | 77 | { |
78 | 78 | $response = $this->httpClient->request('GET', $this->getEndpointUrl('global')); |
79 | 79 | |
80 | - return $this->deserializeResponse($response,GlobalStats::class); |
|
80 | + return $this->deserializeResponse($response, GlobalStats::class); |
|
81 | 81 | } |
82 | 82 | |
83 | 83 | /** |