Skip to content

Commit

Permalink
fix parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 29, 2024
1 parent db0ca10 commit 04be5f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xmtp_mls/src/groups/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ impl MlsGroup {
num_attempts += 1;
}

Err(last_err.unwrap_or(GroupError::SyncFailedToWait)
))
Err(last_err.unwrap_or(GroupError::SyncFailedToWait))
}

fn is_valid_epoch(
Expand Down

0 comments on commit 04be5f2

Please sign in to comment.