Consistent formatting
This commit is contained in:
parent
5e16d8c4b0
commit
fe3c41cf10
|
@ -53,8 +53,8 @@ class Linux(Plugin):
|
|||
version, branch = e['title'].split(': ')
|
||||
|
||||
if '(EOL)' in e['description']:
|
||||
branch = '{}, \x1DEOL\x0F'.format(branch)
|
||||
branch = '{}, \x1DEOL\x1D'.format(branch)
|
||||
|
||||
releases.append('\x02{}\x0F ({})'.format(version, branch))
|
||||
releases.append('\x02{}\x02 ({})'.format(version, branch))
|
||||
|
||||
return '\x02[Kernel]\x0F {}'.format(', '.join(releases))
|
||||
return '\x02[Kernel]\x02 {}'.format(', '.join(releases))
|
||||
|
|
Loading…
Reference in New Issue
Block a user