From: Raphaƫl Gertz Date: Thu, 10 Oct 2024 22:01:49 +0000 (+0200) Subject: Add missing trailing line jump X-Git-Tag: 0.5.1~1 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/3368f7c8af4706ab309544d8710e724e8b5f0ee8 Add missing trailing line jump --- diff --git a/Command/RangeCommand.php b/Command/RangeCommand.php index 7c3270d..6ba5dd1 100644 --- a/Command/RangeCommand.php +++ b/Command/RangeCommand.php @@ -121,6 +121,9 @@ class RangeCommand extends Command { //Print shuffled range var_export(implode($shuffles)); + + //Add trailing line + echo "\n"; } //Return success