From e8620918ae6411f1e62304e2090c46340f329479 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/detect/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect/mod.rs b/src/detect/mod.rs index e268bbb..df0c087 100644 --- a/src/detect/mod.rs +++ b/src/detect/mod.rs @@ -270,4 +270,4 @@ impl Platform { .unwrap_or_else(|| PathBuf::from(".local/share")), } } -} +} \ No newline at end of file