bugfix test failure
This commit is contained in:
parent
a15427f902
commit
6108dc9ea1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user