mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-18 01:36:56 +02:00
chore(clippy): apply latest fixes
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user