Passed
Branch master (90bcaa)
by Laurynas
06:31
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,6 +77,6 @@
 block discarded – undo
77 77
         echo("You may want to view this in your browser with enabled JSON Formatter or with REST API Client: $url");
78 78
 
79 79
         return Request::get($url)
80
-                      ->send()->body;
80
+                        ->send()->body;
81 81
     }
82 82
 }
83 83
\ No newline at end of file
Please login to merge, or discard this patch.