Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Remove extraneous local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Jun 20, 2024
1 parent 88fbc36 commit dfb7231
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import org.eclipse.lsp4j.InitializeResult
private val Project.osDependentInterpreterPath: String?
get() {
val interpreterPath = sdkPath?.toString()
val wslDistribution = wslDistribution

return when (wslDistribution) {
null -> interpreterPath
Expand Down

0 comments on commit dfb7231

Please sign in to comment.