From 98b0591c05f6d2d29dd9232c2b81d912c2e94edd Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Mar 2026 13:22:14 -0400 Subject: [PATCH] ci: format --- spec/textobj_spec.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/textobj_spec.lua b/spec/textobj_spec.lua index 5ec3e8a..44d0f77 100644 --- a/spec/textobj_spec.lua +++ b/spec/textobj_spec.lua @@ -47,8 +47,7 @@ describe('textobj', function() end) it('excludes multiple trailing metadata tokens', function() - local s, e = - textobj.inner_task_range('/1/[ ] Buy milk due:2026-03-15 cat:Errands rec:weekly') + local s, e = textobj.inner_task_range('/1/[ ] Buy milk due:2026-03-15 cat:Errands rec:weekly') assert.are.equal(8, s) assert.are.equal(15, e) end)