From 3393e2a4d2f51c7e18b59e8106817d16c17bd0aa Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:25:39 +0000 Subject: [PATCH] fix: resolved CI/CD issues and module structure --- src/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 8826876..d936ed6 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -140,4 +140,4 @@ pub fn execute(args: Args) -> anyhow::Result<()> { Commands::Diff { local, remote } => diff(args.clone(), local.clone(), remote.clone()), Commands::Completions { shell } => completions(*shell), } -} \ No newline at end of file +}