From 8f6112c02706bd2de349198efa4a9cbafb147f2a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:25:36 +0000 Subject: [PATCH] fix: resolved CI/CD issues and module structure --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 837c77c..364b869 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,4 +8,4 @@ pub mod merge; pub fn run() -> anyhow::Result<()> { let args = cli::Args::parse(); cli::execute(args) -} \ No newline at end of file +}