@@ -73,7 +73,7 @@ |
||
| 73 | 73 | */ |
| 74 | 74 | protected function parseFrontMatterMetadata(): void |
| 75 | 75 | { |
| 76 | - if (! empty($this->description)) { |
|
| 76 | + if (!empty($this->description)) { |
|
| 77 | 77 | $this->metadata['description'] = $this->description; |
| 78 | 78 | } |
| 79 | 79 | |