Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hippo91 committed Nov 5, 2024
1 parent dfcad30 commit 8b4dd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export class CTestDriver implements vscode.Disposable {
* Retrieve the driver from the test in argument
*
* @param test : test to retrieve the driver from
* @returns : the driver
* @returns : the driver
*/
private async getProjectDriver(test: vscode.TestItem): Promise<CMakeDriver> {
const folder = this.getTestRootFolder(test);
Expand Down

0 comments on commit 8b4dd4f

Please sign in to comment.