ci: format

This commit is contained in:
Barrett Ruth 2026-03-12 21:01:11 -04:00
parent 1472b2f333
commit fb633294dc
3 changed files with 25 additions and 10 deletions

View file

@ -245,8 +245,17 @@ end, {
for word in after_filter:gmatch('%S+') do
used[word] = true
end
local candidates =
{ 'clear', 'overdue', 'today', 'priority', 'done', 'pending', 'wip', 'blocked', 'cancelled' }
local candidates = {
'clear',
'overdue',
'today',
'priority',
'done',
'pending',
'wip',
'blocked',
'cancelled',
}
local store = require('pending.store')
local s = store.new(store.resolve_path())
s:load()