From d16b95c92eb20da549597242fb74beba4be63bf7 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 25 Jun 2024 15:40:22 -0700 Subject: [PATCH] whitespace formatting --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index bb02378f..74efd1fc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -789,7 +789,7 @@ export class Minimatch { if (fd.toLowerCase() === pd.toLowerCase()) { pattern[pdi] = fd if (pdi > fdi) { - pattern = pattern.slice( pdi) + pattern = pattern.slice(pdi) } else if (fdi > pdi) { file = file.slice(fdi) }