fix(blame): remove empty line after hunk line

This commit is contained in:
2026-05-26 23:35:44 +02:00
parent 20be779891
commit 22309fe8fd
-1
View File
@@ -339,7 +339,6 @@ local function extract_commit_hunk(diff_text, orig_line)
end
local out = {} ---@type string[]
table.insert(out, ("Hunk %d of %d"):format(target, #hunk_starts))
table.insert(out, "")
local start_idx = hunk_starts[target]
local end_idx = hunk_starts[target + 1] and (hunk_starts[target + 1] - 1)
or #lines