Skip to content

Commit

Permalink
refactor: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Oct 4, 2024
1 parent 8a2e41a commit d734074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/control-api/src/control/member.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ pub struct Sid {

impl Sid {
/// Exposes [Sid] to connect to a media server with a credentials.
#[must_use]
pub fn expose(&self) -> String {
let mut sid = String::new();
write!(
Expand Down

0 comments on commit d734074

Please sign in to comment.