diff --git a/lua/git/blame.lua b/lua/git/blame.lua index f15defb..b6cee34 100644 --- a/lua/git/blame.lua +++ b/lua/git/blame.lua @@ -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