Skip to content

Commit b1a6b5a

Browse files
committed
Formatting
1 parent b0950d2 commit b1a6b5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

types/emscripten/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ declare namespace FS {
105105
path: string;
106106
node: FSNode;
107107
}
108-
108+
109109
interface Analyze {
110110
isRoot: boolean;
111111
exists: boolean;
@@ -117,7 +117,7 @@ declare namespace FS {
117117
parentPath: Lookup["path"];
118118
parentObject: Lookup["node"];
119119
}
120-
120+
121121
interface Mount {
122122
type: Emscripten.FileSystemType;
123123
opts: object;

0 commit comments

Comments
 (0)