diff --git a/src/cli/commands.rs b/src/cli/commands.rs index b57263e..4d24b94 100644 --- a/src/cli/commands.rs +++ b/src/cli/commands.rs @@ -282,4 +282,4 @@ pub fn completions(shell: clap_complete::Shell) -> Result<()> { let mut cmd = crate::cli::Args::command(); clap_complete::generate(shell, &mut cmd, "dotmigrate", &mut std::io::stdout()); Ok(()) -} \ No newline at end of file +}