Skip to content

Commit

Permalink
cleanup some whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Apr 7, 2024
1 parent 51f32eb commit 7aa051c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ pub mod commands {
pub fn reset_commit(key_config: &SharedKeyConfig) -> CommandText {
CommandText::new(
format!(
"Confirm [{}]",
"Confirm [{}]",
key_config.get_hint(key_config.keys.enter),
),
"confirm reset",
Expand All @@ -1414,7 +1414,7 @@ pub mod commands {
pub fn reset_branch(key_config: &SharedKeyConfig) -> CommandText {
CommandText::new(
format!(
"Reset [{}]",
"Reset [{}]",
key_config.get_hint(key_config.keys.reset_branch),
),
"confirm reset",
Expand All @@ -1425,7 +1425,7 @@ pub mod commands {
pub fn reset_type(key_config: &SharedKeyConfig) -> CommandText {
CommandText::new(
format!(
"Change Type [{}{}]",
"Change Type [{}{}]",
key_config.get_hint(key_config.keys.move_up),
key_config.get_hint(key_config.keys.move_down)
),
Expand Down

0 comments on commit 7aa051c

Please sign in to comment.