Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 27, 2024
1 parent 3f9bc82 commit a7be4e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export class EnvsCollectionService extends PythonEnvsWatcher<PythonEnvCollection
roots: workspaceFolders.map((w) => w.uri),
},
};
//

const envs = this.getEnvs(workspaceFolders.length ? query : undefined);

const nativeEnvs = [];
Expand Down

0 comments on commit a7be4e3

Please sign in to comment.