@@ -22,7 +22,7 @@ |
||
22 | 22 | // Add support for v2 of the API to allow retrieval of newer campaigns |
23 | 23 | public function retrieveBeta($campaignGUID) |
24 | 24 | { |
25 | - return $this->get("campaign/". $campaignGUID); |
|
25 | + return $this->get("campaign/" . $campaignGUID); |
|
26 | 26 | } |
27 | 27 | |
28 | 28 |