Passed
Push — master ( 9ceb95...784902 )
by Russell
10:38
created
src/Backend/Chainpoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
     protected function fetchNodeUrl()
191 191
     {
192 192
         $chainpointUrls = $this->config()->get('chainpoint_urls');
193
-        $url = $chainpointUrls[rand(0,2)];
193
+        $url = $chainpointUrls[rand(0, 2)];
194 194
         $response = $this->client($url, 'GET', [], false);
195 195
 
196 196
         if ($response->getStatusCode() !== 200) {
Please login to merge, or discard this patch.