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, 1 insertions, 1 deletions
diff --git a/src/handlers/hunk_header.rs b/src/handlers/hunk_header.rs
index ee109f68..833bfc81 100644
--- a/src/handlers/hunk_header.rs
+++ b/src/handlers/hunk_header.rs
@@ -61,7 +61,7 @@ impl<'a> StateMachine<'a> {
}
DiffHeader(diff_type)
| HunkMinus(diff_type, _)
- | HunkZero(diff_type)
+ | HunkZero(diff_type, _)
| HunkPlus(diff_type, _) => diff_type.clone(),
_ => Unified,
};