@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | $content = $this->fs->get($path); |
| 66 | 66 | |
| 67 | - if(!$content) { |
|
| 67 | + if (!$content) { |
|
| 68 | 68 | return $default; |
| 69 | 69 | } |
| 70 | 70 | |