Skip to content

Commit f22b1f3

Browse files
committed
lint fix
1 parent be9af9c commit f22b1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commandwindow/ExecutionCommandProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export default class ExecutionCommandProvider {
303303
* @param uri The file path to the file that should be opened
304304
* @returns
305305
*/
306-
async handleOpenFile(uri: vscode.Uri): Promise<void> {
306+
async handleOpenFile (uri: vscode.Uri): Promise<void> {
307307
this._telemetryLogger.logEvent({
308308
eventKey: 'ML_VS_CODE_ACTIONS',
309309
data: {

0 commit comments

Comments
 (0)