[FIX] *: enforce 1 newline on files end

Part-of: odoo/documentation#2984
This commit is contained in:
Victor Feyens
2022-11-18 10:10:31 +00:00
parent 31aacc1791
commit c60bc5f919
221 changed files with 189 additions and 239 deletions

View File

@@ -193,4 +193,4 @@ The `patch` function has a counterpart, `unpatch`, also located in `@web/core/ut
patch(object, "patch name", { ... });
// test stuff here
unpatch(object, "patch name");
unpatch(object, "patch name");