diff --git a/src/cli/mod.rs b/src/cli/mod.rs index d936ed6..8826876 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