Skip to content

Commit

Permalink
Fix some compilation errors
Browse files Browse the repository at this point in the history
- Adjusted the indentation in documentation comments to ensure proper formatting.
- Replaced legacy numeric constants with associated constants.
- Removed unnecessary import of legacy numeric constants.

Signed-off-by: hhwyt <[email protected]>
  • Loading branch information
hhwyt committed Sep 5, 2024
1 parent d133b6d commit 64cd1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ This process is a two-phase process, during the midst of it the peer group's lea
**two independent, possibly overlapping peer sets**.
> **Note:** In order to maintain resiliency guarantees (progress while a majority of both peer sets is
active), it is recommended to wait until the entire peer group has exited the transition phase
before taking old, removed peers offline.
> active), it is recommended to wait until the entire peer group has exited the transition phase
> before taking old, removed peers offline.
*/

Expand Down

0 comments on commit 64cd1fa

Please sign in to comment.