From ee910bfcce38af9ccedeb4089bb95e616fc6cfa7 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Sat, 3 Feb 2024 20:29:33 +0100 Subject: [PATCH] come on, that felt personal --- .scripts/ci/check-license-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/ci/check-license-header.js b/.scripts/ci/check-license-header.js index 7080fa7f..2f7b7909 100644 --- a/.scripts/ci/check-license-header.js +++ b/.scripts/ci/check-license-header.js @@ -124,6 +124,6 @@ if (files.length > 0) { console.log(missing.join("\n")); process.exit(1); } - } + }, ); }