clippy clean up

This commit is contained in:
2025-08-11 22:44:43 -07:00
parent 4c6c707dd0
commit 11506699e3
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async fn main() {
wake_sampler: Arc::new(Notify::new()),
auth_token: std::env::var("SOCKTOP_TOKEN")
.ok()
.filter(|s| !s.is_empty())
.filter(|s| !s.is_empty()),
};
// Start background sampler (adjust cadence as needed)