Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
715209 committed Aug 25, 2022
1 parent 72cc1da commit c932cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broadcasting_software/obs_v5.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ impl InnerConnection {

if bs.is_streaming {
if let Some(client) = &bs.connection {
status = client.info(&read).await.ok()
status = client.info(read).await.ok()
}
}

Expand Down

0 comments on commit c932cf2

Please sign in to comment.