summaryrefslogtreecommitdiffstats
path: root/src/handlers/hunk_header.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/hunk_header.rs')
-rw-r--r--src/handlers/hunk_header.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handlers/hunk_header.rs b/src/handlers/hunk_header.rs
index 833bfc81..2900008f 100644
--- a/src/handlers/hunk_header.rs
+++ b/src/handlers/hunk_header.rs
@@ -194,6 +194,7 @@ fn write_hunk_header_raw(
painter.writer,
&format!("{}{}", line, if pad { " " } else { "" }),
&format!("{}{}", raw_line, if pad { " " } else { "" }),
+ "",
&config.decorations_width,
config.hunk_header_style,
decoration_ansi_term_style,
@@ -229,6 +230,7 @@ pub fn write_hunk_header(
painter.writer,
&painter.output_buffer,
&painter.output_buffer,
+ "",
&config.decorations_width,
config.null_style,
decoration_ansi_term_style,