Skip to content

Commit eab10ce

Browse files
chore: format code
1 parent e4f1fe9 commit eab10ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/fileUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function isWithinRoot(
4343
// unless it's the root path itself (e.g., '/' or 'C:\').
4444
const rootWithSeparator =
4545
normalizedRootDirectory === path.sep ||
46-
normalizedRootDirectory.endsWith(path.sep)
46+
normalizedRootDirectory.endsWith(path.sep)
4747
? normalizedRootDirectory
4848
: normalizedRootDirectory + path.sep;
4949

0 commit comments

Comments
 (0)