summaryrefslogtreecommitdiff
path: root/fs/path/interface.ts
diff options
context:
space:
mode:
Diffstat (limited to 'fs/path/interface.ts')
-rw-r--r--fs/path/interface.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/interface.ts b/fs/path/interface.ts
index a140a4ca5..b31c89ea7 100644
--- a/fs/path/interface.ts
+++ b/fs/path/interface.ts
@@ -24,4 +24,4 @@ export interface ParsedPath {
name: string;
}
-export type FormatInputPathObject = Partial<ParsedPath>
+export type FormatInputPathObject = Partial<ParsedPath>;