add space after -

list items start with -
but without the space one can’t distinguish from -1
This commit is contained in:
Torsten Ruger 2015-06-16 18:11:56 +03:00
parent 224bd84b01
commit 1ee0f7c006

View File

@ -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|