Skip to content

Commit 1a5a121

Browse files
author
Stephan Dilly
committed
small cleanups
1 parent 0988738 commit 1a5a121

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
.DS_Store
44
/.idea/
55
flamegraph.svg
6-
KEY_CONFIG.md

src/components/changes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub struct ChangesComponent {
2626
key_config: SharedKeyConfig,
2727
}
2828

29-
impl<'a> ChangesComponent {
29+
impl ChangesComponent {
3030
///
3131
pub fn new(
3232
title: &str,

src/strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ pub mod commands {
546546
) -> CommandText {
547547
CommandText::new(
548548
format!(
549-
"Details Inspect [{}]",
549+
"Details [{}]",
550550
get_hint(key_config.log_commit_details),
551551
),
552552
"open details of selected commit",

0 commit comments

Comments
 (0)