Skip to content

Commit

Permalink
format: comment backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
torrybr committed Nov 11, 2024
1 parent 4cc5b45 commit ab3e73e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/matrix-sdk/src/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3150,7 +3150,7 @@ impl Room {
/// Subscribe to live location sharing events for this room.
///
/// The returned receiver will receive a new event for each sync response
/// that contains a 'm.beacon' event.
/// that contains a `m.beacon` event.
pub fn subscribe_to_live_location_shares(
&self,
) -> (JoinHandle<()>, broadcast::Receiver<LiveLocationShare>) {
Expand Down Expand Up @@ -3182,7 +3182,6 @@ impl Room {
beacon_info,
};

// Send the live location update to all subscribers.
let _ = sender.send(live_location_share);
}
});
Expand Down

0 comments on commit ab3e73e

Please sign in to comment.