bugfix test failure

pull/163/head
ray-x 2 years ago
parent a15427f902
commit 6108dc9ea1

@ -162,7 +162,10 @@ M.goimport = function(...)
end
-- golines base formatter is goimports
local a = vim.deepcopy(goimport_args)
local a = {}
if goimport == "golines" then
local a = vim.deepcopy(goimport_args)
end
run(a, buf, goimport)
end

Loading…
Cancel
Save