@@ -197,7 +197,7 @@ |
||
197 | 197 | $now = new DateTime(); |
198 | 198 | $publish = $this->getPublishDate(); |
199 | 199 | $expiry = $this->getExpiryDate(); |
200 | - $status = $this->getPublishStatus() ; |
|
200 | + $status = $this->getPublishStatus(); |
|
201 | 201 | |
202 | 202 | if ($status !== static::STATUS_PUBLISHED) { |
203 | 203 | return $status; |