mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 09:22:26 -04:00
clippy: Fix warnings
This commit is contained in:
parent
e9bdad6c60
commit
752fe5df6a
2 changed files with 5 additions and 4 deletions
|
@ -754,7 +754,7 @@ impl TdpManagerService {
|
|||
{
|
||||
tokio::spawn(async move {
|
||||
let ctx = interface.signal_emitter();
|
||||
interface.get().await.tdp_limit_changed(&ctx).await
|
||||
interface.get().await.tdp_limit_changed(ctx).await
|
||||
});
|
||||
}
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue