Skip to content

Commit

Permalink
Clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <[email protected]>
  • Loading branch information
FedericoBruzzone committed Dec 9, 2024
1 parent bc55ee3 commit ae0caa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chat_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ impl Component for ChatWindow {
Alignment::Left,
)
};
return ListItem::new(
ListItem::new(
message_entry
.get_text_styled(
myself,
Expand All @@ -277,7 +277,7 @@ impl Component for ChatWindow {
wrap_width,
)
.alignment(alignment),
);
)
});

let block = Block::new()
Expand Down

0 comments on commit ae0caa8

Please sign in to comment.