follouwp: whitespace cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-12 11:02:45 +01:00
parent 51ac17b56e
commit 8c62c15f56
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ pub fn get_versions() -> Result<Vec<APTUpdateInfo>, Error> {
); );
let running_kernel = format!( let running_kernel = format!(
"running kernel: {}", "running kernel: {}",
nix::sys::utsname::uname().release().to_owned() nix::sys::utsname::uname().release().to_owned()
); );
if let Some(proxmox_backup) = pbs_packages.iter().find(|pkg| pkg.package == "proxmox-backup") { if let Some(proxmox_backup) = pbs_packages.iter().find(|pkg| pkg.package == "proxmox-backup") {