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)