ci: format

This commit is contained in:
Barrett Ruth 2026-02-26 19:17:58 -05:00
parent cd96a269a4
commit e182cc67a2
3 changed files with 22 additions and 16 deletions

View file

@ -37,12 +37,12 @@ describe('icons', function()
it('allows overriding all icons', function()
vim.g.pending = {
icons = {
pending = '-',
done = 'x',
pending = '-',
done = 'x',
priority = '!',
header = '>',
due = '@',
recur = '~',
header = '>',
due = '@',
recur = '~',
category = '+',
},
}