small cleanups

This commit is contained in:
Stephan Dilly 2020-08-26 18:53:50 +02:00
parent 098873809f
commit 1a5a121b33
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@
.DS_Store
/.idea/
flamegraph.svg
KEY_CONFIG.md

View File

@ -26,7 +26,7 @@ pub struct ChangesComponent {
key_config: SharedKeyConfig,
}
impl<'a> ChangesComponent {
impl ChangesComponent {
///
pub fn new(
title: &str,

View File

@ -546,7 +546,7 @@ pub mod commands {
) -> CommandText {
CommandText::new(
format!(
"Details Inspect [{}]",
"Details [{}]",
get_hint(key_config.log_commit_details),
),
"open details of selected commit",