Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb8918
)
Add missing trailing line jump
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 10 Oct 2024 22:01:49 +0000
(
00:01
+0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 10 Oct 2024 22:01:49 +0000
(
00:01
+0200)
Command/RangeCommand.php
patch
|
blob
|
history
diff --git
a/Command/RangeCommand.php
b/Command/RangeCommand.php
index 7c3270da39acc14817c41798d4a84a0320a58a0b..6ba5dd110f3c5a974456c99627a07095d4183ff1 100644
(file)
--- 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