Passed
Push — master ( b6a6e1 )
by Matt
04:06
created
src/services/LeverService.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
      */
211 211
     public function getJobById($jobId)
212 212
     {
213
-        try 
213
+        try
214 214
         {
215 215
             $response = $this->getClient()->get(sprintf(
216 216
                 'postings/%s/%s',
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
 
223 223
             return new LeverJob($responseData);
224 224
         }
225
-        catch(\GuzzleHttp\Exception\RequestException $e) 
225
+        catch(\GuzzleHttp\Exception\RequestException $e)
226 226
         {
227 227
             if ($e->getCode() === 404)
228 228
             {
Please login to merge, or discard this patch.