fix formating at save time
This commit is contained in:
parent
a2329443e1
commit
9854cf1ab7
1 changed files with 3 additions and 2 deletions
|
|
@ -101,8 +101,9 @@ def format(group)
|
||||||
name = group["name"]
|
name = group["name"]
|
||||||
sub = group["subscribed"] ? ':' : '!'
|
sub = group["subscribed"] ? ':' : '!'
|
||||||
articles = group["articles"].run_list
|
articles = group["articles"].run_list
|
||||||
space = articles ? ' ' : ''
|
#space = articles ? ' ' : ''
|
||||||
return "#{name}#{sub}#{space}#{articles}\n"
|
#return "#{name}#{sub}#{space}#{articles}\n"
|
||||||
|
return "#{name}#{sub} #{articles}\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
def export_rc
|
def export_rc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue