ci: fix typing

This commit is contained in:
Barrett Ruth 2026-02-25 13:20:02 -05:00
parent 330b3fdc28
commit 3ee972a6ed
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -247,7 +247,7 @@ end
---@param old_entry diffs.HunkCacheEntry
---@param new_hunks diffs.Hunk[]
---@return table<integer, true>
---@return table<integer, true>?
local function carry_forward_highlighted(old_entry, new_hunks)
local old_hunks = old_entry.hunks
local old_hl = old_entry.highlighted