Skip to content

Commit c932cf2

Browse files
committed
Fix clippy warning
1 parent 72cc1da commit c932cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broadcasting_software/obs_v5.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ impl InnerConnection {
498498

499499
if bs.is_streaming {
500500
if let Some(client) = &bs.connection {
501-
status = client.info(&read).await.ok()
501+
status = client.info(read).await.ok()
502502
}
503503
}
504504

0 commit comments

Comments
 (0)