ci: fix typing
This commit is contained in:
parent
330b3fdc28
commit
3ee972a6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue