@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | public function testNestedIndexPageRouting() |
| 23 | 23 | { |
| 24 | - if (! is_dir($this->projectPath('_pages/about'))) { |
|
| 24 | + if (!is_dir($this->projectPath('_pages/about'))) { |
|
| 25 | 25 | mkdir($this->projectPath('_pages/about'), 0755, true); |
| 26 | 26 | } |
| 27 | 27 | |