diff --git a/src/commands.rs b/src/commands.rs index 5d8a83848..696a564f9 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -757,6 +757,7 @@ pub fn run_command(cmd: Command) -> Result { let status = request_dist_status(srv).context("failed to get dist-status from server")?; serde_json::to_writer(&mut io::stdout(), &status)?; + println!(); } #[cfg(feature = "dist-client")] Command::PackageToolchain(executable, out) => {