Skip to content

Commit b167451

Browse files
committed
style: 💄 run Prettier
1 parent 8962374 commit b167451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/glob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as pathModule from 'path';
2-
import {toRegex} from 'glob-to-regex.js';
2+
import { toRegex } from 'glob-to-regex.js';
33
import { IGlobOptions } from './types/options';
44
import { pathToFilename } from './util';
55
import Dirent from './Dirent';

0 commit comments

Comments
 (0)