fix(ci): format

This commit is contained in:
Barrett Ruth 2025-09-18 23:43:04 -04:00
parent d3414f3b7b
commit 571b61ded7

View file

@ -21,7 +21,11 @@ describe('cp.health', function()
})
vim.system = function()
return { wait = function() return { code = 0, stdout = 'test version\n' } end }
return {
wait = function()
return { code = 0, stdout = 'test version\n' }
end,
}
end
health = require('cp.health')