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"]
|
||||
sub = group["subscribed"] ? ':' : '!'
|
||||
articles = group["articles"].run_list
|
||||
space = articles ? ' ' : ''
|
||||
return "#{name}#{sub}#{space}#{articles}\n"
|
||||
#space = articles ? ' ' : ''
|
||||
#return "#{name}#{sub}#{space}#{articles}\n"
|
||||
return "#{name}#{sub} #{articles}\n"
|
||||
end
|
||||
|
||||
def export_rc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue