@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $this->directory = realpath($directory).DIRECTORY_SEPARATOR; |
| 49 | 49 | |
| 50 | 50 | // Logger |
| 51 | - if(!$log instanceof Logger) |
|
| 51 | + if (!$log instanceof Logger) |
|
| 52 | 52 | { |
| 53 | 53 | $log = new Logger('Deployment'); |
| 54 | 54 | } |