Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Aug 31, 2023
1 parent 7fdac50 commit 2d2d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/draw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ fn draw_messages<B: Backend>(f: &mut Frame<B>, app: &mut App, area: Rect) {
prepare_receipts(app, height);

let Some(&channel_id) = app.channels.selected_item() else {
return
return;
};
let channel = app
.storage
Expand Down

0 comments on commit 2d2d535

Please sign in to comment.