From 877339c8af23baa9be6b5de4b74b7b2f517618d8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 17 Dec 2025 06:55:55 +0100 Subject: Prettier a few files --- scripts/license.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'scripts/license.js') diff --git a/scripts/license.js b/scripts/license.js index b12080dd..380a3ed6 100644 --- a/scripts/license.js +++ b/scripts/license.js @@ -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; -- cgit 1.5.1