From 2e8de0acd6bc88509b3970b0e4b3a10546bff374 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 26 Feb 2026 16:26:14 -0500 Subject: [PATCH] ci: formt --- spec/textobj_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/textobj_spec.lua b/spec/textobj_spec.lua index fa7ac65..1253f58 100644 --- a/spec/textobj_spec.lua +++ b/spec/textobj_spec.lua @@ -47,7 +47,8 @@ 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(10, s) assert.are.equal(17, e) end)