@@ -188,8 +188,7 @@ |
||
188 | 188 | $curl = curl_init($url); |
189 | 189 | curl_setopt_array($curl, $this->curl_options); |
190 | 190 | curl_multi_add_handle($this->curl_multi, $curl); |
191 | - } |
|
192 | - else{ |
|
191 | + } else{ |
|
193 | 192 | // retry on next if we don't get what we expect |
194 | 193 | $this->createHandle(); |
195 | 194 | } |