tidy: standardise bracketing of the checkhealth table column letter identifier

This commit is contained in:
fin-w 2026-02-13 23:55:26 +00:00
parent 9f2dad22ef
commit 2da91e6585
No known key found for this signature in database

View file

@ -148,7 +148,7 @@ function M.check()
end
health.info(vim.fn.trim(out, ' ', 2))
end
health.start(' Legend: H[ighlights], L[ocals], F[olds], I[ndents], In[J]ections')
health.start(' Legend: [H]ighlights, [L]ocals, [F]olds, [I]ndents, In[J]ections')
if #error_collection > 0 then
health.start('The following errors have been detected in query files:')