From fa9040eebbaee13ddfdc012322dde61002e83988 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:25:37 +0000 Subject: [PATCH] fix: resolved CI/CD issues and module structure --- 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 df0c087..e268bbb 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 +}