aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/lua/test_plug/submodule_empty/health.lua
blob: d2cf86e4f079656685eb45743dc316a8b6150d82 (plain) (blame)
1
2
3
4
5
6
7
local M = {}

M.check = function()
  return {}
end

return M