From 78ebb7f7455f65161d2183abd1a8a2389d249342 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 18 Jul 2023 10:15:43 +0200 Subject: [PATCH] ui: Remove redundant semicolon --- crates/matrix-sdk-ui/src/timeline/event_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-ui/src/timeline/event_handler.rs b/crates/matrix-sdk-ui/src/timeline/event_handler.rs index 19c90643b..d7933308c 100644 --- a/crates/matrix-sdk-ui/src/timeline/event_handler.rs +++ b/crates/matrix-sdk-ui/src/timeline/event_handler.rs @@ -802,7 +802,7 @@ impl<'a> TimelineEventHandler<'a> { .reactions .clear(); } - }; + } if txn_id.is_none() { // The event was created by this client, but the server