@@ -47,7 +47,7 @@ |
||
47 | 47 | protected function getArtifact($name) |
48 | 48 | { |
49 | 49 | $artifact = $this->artifacts->get($name); |
50 | - if(!$artifact) { |
|
50 | + if (!$artifact) { |
|
51 | 51 | throw new ProcessingException(sprintf('You don\'t have "%s" artifact yet.', $name)); |
52 | 52 | } |
53 | 53 |