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(' ') } +