add space after -
list items start with - but without the space one can’t distinguish from -1
This commit is contained in:
parent
224bd84b01
commit
1ee0f7c006
@ -34,7 +34,7 @@ module Sof
|
|||||||
|
|
||||||
# The output of a Array can be a long or a short format
|
# The output of a Array can be a long or a short format
|
||||||
# The short is used for 7 or less SimpleNodes
|
# The short is used for 7 or less SimpleNodes
|
||||||
def out io , level = 0
|
def out io , level
|
||||||
super
|
super
|
||||||
short = true
|
short = true
|
||||||
children.each do |c|
|
children.each do |c|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user