Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 24, 2024
1 parent 021be87 commit 221ab21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/completion/base.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use nu_ansi_term::Style;
use std::ops::Range;


/// A span of source code, with positions in bytes
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq, Ord, PartialOrd, Hash)]
pub struct Span {
Expand Down
2 changes: 1 addition & 1 deletion src/menu/columnar_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ impl ColumnarMenu {
.reverse()
.prefix(),
self.color.selected_text_style.prefix(),
suggestion.display.as_ref().unwrap_or(&suggestion.value),
suggestion.display.as_ref().unwrap_or(&suggestion.value),
RESET,
self.color.description_style.reverse().prefix(),
self.color.selected_text_style.prefix(),
Expand Down

0 comments on commit 221ab21

Please sign in to comment.