@@ -29,7 +29,7 @@ |
||
| 29 | 29 | */ |
| 30 | 30 | public function register() |
| 31 | 31 | { |
| 32 | - $this->app->singleton('robots', function ($app) { |
|
| 32 | + $this->app->singleton('robots', function($app) { |
|
| 33 | 33 | return new Robots(); |
| 34 | 34 | }); |
| 35 | 35 | |
@@ -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 | } |