summary refs log tree commit diff
path: root/scripts/license.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-17 06:55:55 +0100
committerRory& <root@rory.gay>2025-12-17 06:55:55 +0100
commit877339c8af23baa9be6b5de4b74b7b2f517618d8 (patch)
tree101fccedc67bc5af35791ce957e657c17a4a2310 /scripts/license.js
parentDrop staging migration scripts - these are years old now... (diff)
downloadserver-ts-877339c8af23baa9be6b5de4b74b7b2f517618d8.tar.xz
Prettier a few files
Diffstat (limited to 'scripts/license.js')
-rw-r--r--scripts/license.js7
1 files changed, 1 insertions, 6 deletions
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;