[FIX] forwardport: reintroduce final newline in a comment

Tests check for it, easier to fix one line than change all the
relevant tests.
This commit is contained in:
Xavier Morel 2020-01-30 09:41:16 +01:00
parent 9aac1b4a3e
commit e065b7aba7

View File

@ -656,7 +656,7 @@ class PullRequests(models.Model):
]
})
footer = '\nMore info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port'
footer = '\nMore info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port\n'
if has_conflicts and not h:
footer = '\nWarning: at least one co-dependent PR (%s) did ' \
'not properly forward-port, you will need to fix it ' \