summaryrefslogtreecommitdiffstats
path: root/src/paint.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/paint.rs')
-rw-r--r--src/paint.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/paint.rs b/src/paint.rs
index 32c724da..6d00cfc5 100644
--- a/src/paint.rs
+++ b/src/paint.rs
@@ -319,7 +319,7 @@ impl<'p> Painter<'p> {
.next()
.unwrap_or(config.null_style)
}
- State::Blame(_, _) => diff_sections[0].0,
+ State::Blame(_) => diff_sections[0].0,
_ => config.null_style,
};
@@ -457,7 +457,7 @@ impl<'p> Painter<'p> {
// with syntax-highlighting.
true
}
- State::Blame(_, _) => true,
+ State::Blame(_) => true,
State::GitShowFile => true,
State::Grep => true,
State::Unknown