Skip to content

Commit

Permalink
fixup! chore: Fix a formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jun 10, 2024
1 parent 028043d commit 79bea6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/olm/session/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ impl Default for ChainStore {
/// Olm sessions have two important properties:
///
/// 1. They are based on a double ratchet algorithm which continuously
/// introduces new entropy into the channel as messages are sent and
/// received. This imbues the channel with *self-healing* properties,
/// introduces new entropy into the channel as messages are sent and
/// received. This imbues the channel with *self-healing* properties,
/// allowing it to recover from a momentary loss of confidentiality in the
/// event of a key compromise.
/// 2. They are *asynchronous*, allowing the participant to start sending
/// messages to the other side even if the other participant is not online
/// at the moment.
/// messages to the other side even if the other participant is not online at
/// the moment.
///
/// An Olm [`Session`] is acquired from an [`Account`], by calling either
///
Expand Down

0 comments on commit 79bea6d

Please sign in to comment.