Skip to content

Commit d16b95c

Browse files
committed
whitespace formatting
1 parent f09ab67 commit d16b95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ export class Minimatch {
789789
if (fd.toLowerCase() === pd.toLowerCase()) {
790790
pattern[pdi] = fd
791791
if (pdi > fdi) {
792-
pattern = pattern.slice( pdi)
792+
pattern = pattern.slice(pdi)
793793
} else if (fdi > pdi) {
794794
file = file.slice(fdi)
795795
}

0 commit comments

Comments
 (0)