Skip to content

Commit

Permalink
Removed uneeded ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Oct 17, 2023
1 parent ff49bea commit 633d3f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pubsubman/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ impl App {
match &self.selected_topic {
Some(selected_topic) => {
let selected_message =
&self
.selected_message
self.selected_message
.as_ref()
.and_then(|(topic_name, idx)| {
self.memory
Expand Down

0 comments on commit 633d3f7

Please sign in to comment.