Skip to content

Commit

Permalink
Update openmls/src/group/mls_group/proposal.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Voell <[email protected]>
  • Loading branch information
nplasterer and cameronvoell authored May 1, 2024
1 parent acdea30 commit fbfd309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/group/mls_group/proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ impl MlsGroup {
#[allow(clippy::type_complexity)]
pub fn update_group_context_extensions<Provider: OpenMlsProvider>(
&mut self,
provider: &impl OpenMlsProvider,
provider: &Provider,
extensions: Extensions,
signer: &impl Signer,
) -> Result<
Expand Down

0 comments on commit fbfd309

Please sign in to comment.