Prettier a few files

This commit is contained in:
Rory&
2025-12-17 06:55:55 +01:00
parent 68fa9cc678
commit 877339c8af
7 changed files with 15 additions and 33 deletions
+1 -6
View File
@@ -34,12 +34,7 @@ const addToDir = (dir) => {
const commentStrings = languageCommentStrings[fileType];
if (!commentStrings) continue;
const preamble =
commentStrings[0] +
"\n" +
SPACEBAR_LICENSE_PREAMBLE +
"\n" +
commentStrings[1];
const preamble = commentStrings[0] + "\n" + SPACEBAR_LICENSE_PREAMBLE + "\n" + commentStrings[1];
if (file.startsWith(preamble)) {
continue;