Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 22, 2023
1 parent 6c637a6 commit 75a6651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Whodis.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ private function prepareFullResults(array $results): string
foreach (array_values($results) as $index => $result) {
if ($index > 0) {
$server = $keys[$index];
$res .= ' ' . PHP_EOL;
$res .= '# ' . $server . PHP_EOL;
$res .= ' ' . PHP_EOL;
}
Expand Down

0 comments on commit 75a6651

Please sign in to comment.