Skip to content

Commit 617baf2

Browse files
committed
Pass lint
1 parent c7d01a4 commit 617baf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function directoriesSync(root: string): FSLocation[] {
8484
relative: path.join(path.sep, f),
8585
absolute: path.join(root, f)
8686
};
87-
})
87+
});
8888

8989
return results;
9090
}
@@ -132,7 +132,7 @@ export function showQuickPick(
132132

133133
return vscode.window.showQuickPick<vscode.QuickPickItem>(choices, {
134134
placeHolder: 'First, select an existing path to create relative to ' +
135-
'(larger projects may take a moment to load)'
135+
'(larger projects may take a moment to load)'
136136
});
137137
}
138138

0 commit comments

Comments
 (0)