From 31018dc43032dcfc18be571198b3d3a366789b17 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E2=9A=BD=20staticPrefix.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/powershell/staticPrefix.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/powershell/staticPrefix.ts b/src/utils/powershell/staticPrefix.ts index 68f1366..eb81ecf 100644 --- a/src/utils/powershell/staticPrefix.ts +++ b/src/utils/powershell/staticPrefix.ts @@ -314,3 +314,4 @@ function wordAlignedLCP(strings: string[]): string { return firstWords.slice(0, commonWordCount).join(' ') } +