Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani committed Dec 11, 2024
1 parent fbc057c commit dbd57e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmtp_mls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ impl GroupCommitLock {
eprintln!("Failed to acquire semaphore permit: {}", err);
return Err(GroupError::LockUnavailable);
}
}; Ok(SemaphoreGuard {
};
Ok(SemaphoreGuard {
_permit: permit,
_semaphore: semaphore_clone,
})
Expand Down

0 comments on commit dbd57e2

Please sign in to comment.