mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Don't leave an empty line at the end
This commit is contained in:
parent
1aa891c4fd
commit
9c5b5f7b60
1 changed files with 1 additions and 2 deletions
|
|
@ -1097,10 +1097,9 @@ def write_metadata(mf, app, w_comment, w_field, w_build):
|
|||
if app['Current Version']:
|
||||
w_field('Current Version')
|
||||
w_field('Current Version Code')
|
||||
mf.write('\n')
|
||||
if app['No Source Since']:
|
||||
w_field('No Source Since')
|
||||
mf.write('\n')
|
||||
w_field('No Source Since')
|
||||
w_comment(None)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue