Skip to content

Commit

Permalink
remove else
Browse files Browse the repository at this point in the history
Co-authored-by: silaskenneth <[email protected]>
  • Loading branch information
ElinorW and SilasKenneth authored May 30, 2024
1 parent 94f713e commit d86275b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vscode/microsoft-kiota/src/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ export async function searchSteps(searchCallBack: (searchQuery: string) => Thena

if (fileUri && fileUri[0]) {
state.descriptionPath = fileUri[0].fsPath;
} else{
return;
}
}
}
Expand Down

0 comments on commit d86275b

Please sign in to comment.