From cecc55614710433ecb7b5cd31aa0b2b68769fe1a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:11:03 +0000 Subject: [PATCH] fix: Separate detect, sync, and merge modules into their own files --- src/sync/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync/mod.rs b/src/sync/mod.rs index 13c96ee..5067b46 100644 --- a/src/sync/mod.rs +++ b/src/sync/mod.rs @@ -359,4 +359,4 @@ impl SyncManager { } } } -} +} \ No newline at end of file