Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello committed Dec 27, 2023
1 parent a93f9d6 commit cd97141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inquire/src/prompts/dateselect/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl InnerAction for DateSelectPromptAction {
| Key::Char('b', KeyModifiers::CONTROL) // emacs
| Key::Char('h', KeyModifiers::NONE) // vim
=> Self::GoToPrevDay,

Key::Right(KeyModifiers::NONE) // standard
| Key::Char('f', KeyModifiers::CONTROL) // emacs
| Key::Char('l', KeyModifiers::NONE) // vim
Expand Down

0 comments on commit cd97141

Please sign in to comment.