feat: add newline to static files

to merge files correctly, we need to add a newline character to the static files at the end of the file
This commit is contained in:
Evsyukov Denis 2024-04-11 15:04:47 +03:00
parent d8640a4293
commit 8839b646fb
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View File

@ -46,4 +46,3 @@ wrapper.appendChild(hamburgerSection);
}
input.setAttribute('list', 'cat-name-options')
})();