From 5722ccdbb2fbcbb21147a841f4aed6de842e342c Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 6 Feb 2026 21:29:53 -0500 Subject: [PATCH] fix(ci): typing --- lua/diffs/diff.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/diffs/diff.lua b/lua/diffs/diff.lua index 618677a..0617151 100644 --- a/lua/diffs/diff.lua +++ b/lua/diffs/diff.lua @@ -334,6 +334,7 @@ function M.compute_intra_hunks(hunk_lines, algorithm) end end + ---@type {algorithm?: string, linematch?: integer}? local diff_opts = nil if not vscode_handle then diff_opts = parse_diffopt()