chore(clippy): apply latest fixes

This commit is contained in:
LGUG2Z
2025-09-20 14:47:35 -07:00
parent 539aeec965
commit 5d48a5c5b4
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ impl MouseMessage {
tracing::debug!("Sending messages: {messages:?}");
if komorebi_client::send_batch(messages.into_iter()).is_err() {
if komorebi_client::send_batch(messages).is_err() {
tracing::error!("could not send commands");
}
}