Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aringenbach committed Jul 6, 2023
1 parent d41ca70 commit 38a60e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/matrix-sdk-ui/src/timeline/event_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,9 @@ impl<'a> TimelineEventHandler<'a> {

for reaction_event_id in reactions {
let reaction_id = EventItemIdentifier::EventId(reaction_event_id);
let Some((reaction_sender_data, annotation)) = self.reaction_map.get(&reaction_id) else {
let Some((reaction_sender_data, annotation)) =
self.reaction_map.get(&reaction_id)
else {
error!(
"inconsistent state: reaction from pending_reactions not in reaction_map"
);
Expand Down

0 comments on commit 38a60e1

Please sign in to comment.