Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Apr 6, 2023
1 parent 3f4ebac commit 0bc5807
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,7 @@ impl ThemedWidget for &Test {
cursor.to_owned(),
theme.prompt_current_untyped.patch(theme.prompt_cursor),
),
Span::styled(
remaining.to_owned(),
theme.prompt_current_untyped,
),
Span::styled(remaining.to_owned(), theme.prompt_current_untyped),
])
})
// remaining words
Expand Down

0 comments on commit 0bc5807

Please sign in to comment.