From 75a6651a4f9df87f7908f7b993eee2f2a447ed31 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 21 Jan 2023 21:03:38 -0500 Subject: [PATCH] fix formatting --- src/Whodis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Whodis.php b/src/Whodis.php index 3e65f39..5b0cf30 100644 --- a/src/Whodis.php +++ b/src/Whodis.php @@ -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; }