Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Feb 7, 2025
1 parent 364f8b6 commit af02852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmtp_mls/src/subscriptions/stream_conversations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ where
this.state.set(ProcessState::Processing {
future: FutureWrapper::new(future.process()),
});

let Processing { future } = this.state.project() else {
unreachable!()
};
let poll = future.poll(cx);

// Instead of immediately returning, we handle the result:
match self.as_mut().try_process(poll, cx) {
// If we got Ready(None) or Ready(Some(_)), return it
Expand Down

0 comments on commit af02852

Please sign in to comment.