Skip to content

Commit

Permalink
Add eol
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostzero committed Mar 29, 2023
1 parent 5f7f849 commit 6f08849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/MetricsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function handle()

$metrics->push($this->getGlobalMetrics());

return response($metrics->collapse()->join(PHP_EOL))
return response($metrics->collapse()->join(PHP_EOL) . PHP_EOL)
->header('Content-Type', 'text/plain');
}

Expand Down

0 comments on commit 6f08849

Please sign in to comment.