mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 03:55:42 -04:00
ui: Remove redundant semicolon
This commit is contained in:
committed by
Jonas Platte
parent
26edf4169f
commit
78ebb7f745
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user