Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Aug 19, 2024
1 parent 19d7a90 commit bf0439b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/group/core_group/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use core_group::proposals::QueuedProposal;
use crate::{
framing::mls_content::FramedContentBody,
group::{
errors::{MergeCommitError, StageCommitError, ValidationError},
errors::{StageCommitError, ValidationError},
mls_group::errors::ProcessMessageError,
},
};
Expand Down

0 comments on commit bf0439b

Please sign in to comment.