bugfix test failure
This commit is contained in:
parent
a15427f902
commit
6108dc9ea1
@ -162,7 +162,10 @@ M.goimport = function(...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- golines base formatter is goimports
|
-- golines base formatter is goimports
|
||||||
|
local a = {}
|
||||||
|
if goimport == "golines" then
|
||||||
local a = vim.deepcopy(goimport_args)
|
local a = vim.deepcopy(goimport_args)
|
||||||
|
end
|
||||||
run(a, buf, goimport)
|
run(a, buf, goimport)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user