clippy + maudfmt

This commit is contained in:
2025-08-13 22:53:42 +02:00
parent e7a8b314ac
commit 0327892f02
3 changed files with 4 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ impl Backend {
})
.collect();
let user_is_in_top = ret.iter().find(|x| &x.client == client).is_some();
let user_is_in_top = ret.iter().any(|x| &x.client == client);
if !user_is_in_top {
let row = sqlx::query!(
"WITH ranked_clients AS (