summaryrefslogtreecommitdiff
path: root/std/path/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/utils.ts')
-rw-r--r--std/path/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/utils.ts b/std/path/utils.ts
index cb1c14c16..fc3dc5be9 100644
--- a/std/path/utils.ts
+++ b/std/path/utils.ts
@@ -9,7 +9,7 @@ import {
CHAR_LOWERCASE_Z,
CHAR_DOT,
CHAR_FORWARD_SLASH,
- CHAR_BACKWARD_SLASH
+ CHAR_BACKWARD_SLASH,
} from "./constants.ts";
export function assertPath(path: string): void {