summaryrefslogtreecommitdiff
path: root/std/fs/_util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/_util.ts')
-rw-r--r--std/fs/_util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/_util.ts b/std/fs/_util.ts
index bae48c970..6866526cd 100644
--- a/std/fs/_util.ts
+++ b/std/fs/_util.ts
@@ -9,7 +9,7 @@ import * as path from "../path/mod.ts";
export function isSubdir(
src: string,
dest: string,
- sep: string = path.sep
+ sep: string = path.sep,
): boolean {
if (src === dest) {
return false;