Add back missing newlines for system info printing

pull/137/head
Chip Senkbeil 2 years ago
parent 56a030e6dd
commit 6d0bbd56fc
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -306,12 +306,12 @@ fn format_shell(data: DistantResponseData) -> Output {
}) => Output::StdoutLine(
format!(
concat!(
"Family: {:?}",
"Operating System: {:?}",
"Arch: {:?}",
"Cwd: {:?}",
"Path Sep: {:?}",
"Username: {:?}",
"Family: {:?}\n",
"Operating System: {:?}\n",
"Arch: {:?}\n",
"Cwd: {:?}\n",
"Path Sep: {:?}\n",
"Username: {:?}\n",
"Shell: {:?}"
),
family, os, arch, current_dir, main_separator, username, shell

Loading…
Cancel
Save