fix stylechecks

This commit is contained in:
Claus Beerta 2025-05-04 09:27:40 +02:00
parent cb3eea6208
commit 84d519e973

View file

@ -30,10 +30,10 @@ function M:entry(job)
end
function M.run_with(cwd, selected, job)
local args = {"-m"}
local args = { "-m" }
if job.args.walker then
table.insert(args, "--walker="..job.args.walker)
table.insert(args, "--walker=" .. job.args.walker)
end
local child, err = Command("fzf")