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

@ -24,4 +24,4 @@ const rrh = {
}
return this.l10nMap[text] || text
},
}
}

View File

@ -992,4 +992,4 @@ figcaption { padding-bottom: .5rem; }
padding: 1rem 2rem;
font-family: Georgia, serif;
}
}
}

View File

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