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 +}