]> Raphaël G. Git Repositories - packbundle/commitdiff
Add missing trailing line jump
authorRaphaël Gertz <git@rapsys.eu>
Thu, 10 Oct 2024 22:01:49 +0000 (00:01 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 10 Oct 2024 22:01:49 +0000 (00:01 +0200)
Command/RangeCommand.php

index 7c3270da39acc14817c41798d4a84a0320a58a0b..6ba5dd110f3c5a974456c99627a07095d4183ff1 100644 (file)
@@ -121,6 +121,9 @@ class RangeCommand extends Command {
 
                        //Print shuffled range
                        var_export(implode($shuffles));
+
+                       //Add trailing line
+                       echo "\n";
                }
 
                //Return success