Skip to content

Commit

Permalink
Format with cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Aug 23, 2023
1 parent 856216a commit 69dd574
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/transient_prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ use nu_ansi_term::{Color, Style};
#[cfg(any(feature = "sqlite", feature = "sqlite-dynlib"))]
use reedline::SqliteBackedHistory;
use reedline::{
ColumnarMenu, DefaultCompleter, DefaultHinter, Prompt, PromptEditMode, PromptHistorySearch,
PromptHistorySearchStatus, Reedline, ReedlineMenu, Signal, ExampleHighlighter, default_emacs_keybindings, Keybindings, KeyModifiers, KeyCode, ReedlineEvent, Emacs, Validator, ValidationResult,
default_emacs_keybindings, ColumnarMenu, DefaultCompleter, DefaultHinter, Emacs,
ExampleHighlighter, KeyCode, KeyModifiers, Keybindings, Prompt, PromptEditMode,
PromptHistorySearch, PromptHistorySearchStatus, Reedline, ReedlineEvent, ReedlineMenu, Signal,
ValidationResult, Validator,
};
use std::{borrow::Cow, cell::Cell, io};

Expand Down

0 comments on commit 69dd574

Please sign in to comment.