From 0a8fc3f17c01b1726e4c1d923b6abf6ce3b06fc9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Mar 2023 16:08:58 +0530 Subject: [PATCH] ... --- tools/cmd/diff/render.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cmd/diff/render.go b/tools/cmd/diff/render.go index 290027301..9fdd7ae2c 100644 --- a/tools/cmd/diff/render.go +++ b/tools/cmd/diff/render.go @@ -125,6 +125,7 @@ func title_lines(left_path, right_path string, columns, margin_size int, ans []* l1 := ll l1.screen_lines = []string{title_format(name)} l2 := ll + l2.line_type = EMPTY_LINE l2.screen_lines = []string{title_format(strings.Repeat("━", columns))} return append(ans, &l1, &l2) }