Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 26, 2024
1 parent 719e5e1 commit 8e6e5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ where
self.sync_welcomes(conn).await?;
let groups = self.find_groups(GroupQueryArgs::default().include_sync_groups())?;
let active_groups_count = self.sync_all_groups(groups).await?;

Ok(active_groups_count)
}

Expand Down

0 comments on commit 8e6e5b8

Please sign in to comment.