@@ -89,7 +89,7 @@ |
||
| 89 | 89 | */ |
| 90 | 90 | public function addComment(string $comment): RobotsContract |
| 91 | 91 | { |
| 92 | - $this->addLine(self::COMMENT . " $comment"); |
|
| 92 | + $this->addLine(self::COMMENT." $comment"); |
|
| 93 | 93 | |
| 94 | 94 | return $this; |
| 95 | 95 | } |