fix(ci): typing

This commit is contained in:
Barrett Ruth 2026-02-06 21:29:53 -05:00
parent a20623aa74
commit 5722ccdbb2

View file

@ -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()