Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Aug 27, 2023
1 parent 0070e27 commit 792efff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ impl Reedline {
// Additional repaint to show the content without hints etc.
match prompt.get_transient_prompt() {
Some(transient_prompt) => self.repaint(transient_prompt.as_ref())?,
None => self.repaint(prompt)?
None => self.repaint(prompt)?,
}
if !buffer.is_empty() {
let mut entry = HistoryItem::from_command_line(&buffer);
Expand Down

0 comments on commit 792efff

Please sign in to comment.