fmt: add tombi format, run just fmt again

This commit is contained in:
2026-06-05 09:19:23 +02:00
parent 06398fe298
commit febde452fb
13 changed files with 96 additions and 91 deletions
-1
View File
@@ -11,7 +11,6 @@ use crate::{PeerEvent, Unpacker, events, library::LocalLibraryState, peer_db::Pe
/// Thread-safe map of active outbound file transfers grouped by game ID.
pub type OutboundTransfers = Arc<RwLock<HashMap<String, Vec<(u64, CancellationToken)>>>>;
/// Mutating filesystem operation currently in flight for a game root.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum OperationKind {