Skip to content

Commit

Permalink
Remove unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cousine committed May 12, 2024
1 parent 5a676ba commit ef8238e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/dap-go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ end

local function get_remote_path()
return coroutine.create(function(dap_run_co)
local args = {}
vim.ui.input({ prompt = "Remote path: ", default = M.remote_path }, function(input)
if input ~= nil then
M.remote_path = input
Expand Down

0 comments on commit ef8238e

Please sign in to comment.