bugfix test failure

This commit is contained in:
ray-x 2022-07-06 13:21:02 +10:00
parent a15427f902
commit 6108dc9ea1

View File

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