Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maxomatic458 committed Jan 5, 2024
1 parent 8c001dd commit 7b9f505
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 150 deletions.
2 changes: 1 addition & 1 deletion examples/ide_completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// [Enter] to select the chosen alternative

use reedline::{
default_emacs_keybindings, IdeMenu, DefaultCompleter, DefaultPrompt, Emacs, KeyCode,
default_emacs_keybindings, DefaultCompleter, DefaultPrompt, Emacs, IdeMenu, KeyCode,
KeyModifiers, Keybindings, Reedline, ReedlineEvent, ReedlineMenu, Signal,
};
use std::io;
Expand Down
Loading

0 comments on commit 7b9f505

Please sign in to comment.