Completed
Pull Request — master (#193)
by
unknown
01:49
created
src/Board/BoardService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $this->path = $path;
20 20
         $this->restClient = $jiraClient;
21 21
         if (!$this->restClient) {
22
-          $this->setRestClient();
22
+            $this->setRestClient();
23 23
         }
24 24
 
25 25
     }
Please login to merge, or discard this patch.