diff --git a/leo/main.rs b/leo/main.rs index 7c8c124904..45c58ebe9f 100644 --- a/leo/main.rs +++ b/leo/main.rs @@ -84,6 +84,7 @@ fn main() -> Result<(), CLIError> { Updater::print_cli(); help.print_help()?; + println!(); Ok(()) } }