Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusmano-2-OSU committed Nov 19, 2024
1 parent be9af9c commit f22b1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commandwindow/ExecutionCommandProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default class ExecutionCommandProvider {
* @param uri The file path to the file that should be opened
* @returns
*/
async handleOpenFile(uri: vscode.Uri): Promise<void> {
async handleOpenFile (uri: vscode.Uri): Promise<void> {
this._telemetryLogger.logEvent({
eventKey: 'ML_VS_CODE_ACTIONS',
data: {
Expand Down

0 comments on commit f22b1f3

Please sign in to comment.