src/api2/config/remote.rs: fix white space

This commit is contained in:
Dietmar Maurer 2020-04-29 09:09:39 +02:00
parent 5211705ff1
commit 30003baaa4
1 changed files with 1 additions and 0 deletions

View 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)]