Fix cargo clippy issue
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pierre HUBERT 2025-05-19 21:37:05 +02:00
parent ed7a0688c3
commit b6020b99c6

View File

@ -42,5 +42,5 @@ pub enum BroadcastMessage {
/// Stop a client with a given client ID
StopSyncClient(SyncClientID),
/// Propagate a new sync event
SyncEvent(UserID, SyncEvent),
SyncEvent(UserID, Box<SyncEvent>),
}