]> git.proxmox.com Git - proxmox-backup.git/commitdiff
src/api2/config/remote.rs: fix white space
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 29 Apr 2020 07:09:39 +0000 (09:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 29 Apr 2020 07:09:39 +0000 (09:09 +0200)
src/api2/config/remote.rs

index c923f18ffd650fa8e6df46abb5d8b42e1e835765..b0bdb26fbcf80abcab9c6e8137eec37f8ae64d2c 100644 (file)
@@ -131,6 +131,7 @@ pub fn read_remote(name: String) -> Result<Value, Error> {
         .insert("digest".into(), proxmox::tools::digest_to_hex(&digest).into());
     Ok(data)
 }
+
 #[api()]
 #[derive(Serialize, Deserialize)]
 #[allow(non_camel_case_types)]