[FIX] *: enforce 1 newline on files end

Part-of: odoo/documentation#2981
This commit is contained in:
Victor Feyens
2022-11-18 10:17:53 +00:00
parent caa7f0a989
commit d2c190f11e
221 changed files with 189 additions and 239 deletions
+1 -1
View File
@@ -514,4 +514,4 @@ A python implementation of the full flow can be found :download:`here <extract_a
.. |STATUS_CODE| replace:: The code indicating the status of the request. ``status_code`` is 0 in case of success. Other ``status_code`` are detailed in the table below.
.. |STATUS_MSG| replace:: A string giving verbose details about the request status.
.. |STATUS_MSG| replace:: A string giving verbose details about the request status.
@@ -98,4 +98,4 @@ response = jsonrpc("/iap/invoice_extract/validate", params)
if response['result']['status_code'] == SUCCESS:
print("/validate call status: Success")
else:
print("/validate call status: wrong format")
print("/validate call status: wrong format")