src/api2/config/remote.rs: fix white space
This commit is contained in:
parent
5211705ff1
commit
30003baaa4
|
@ -131,6 +131,7 @@ pub fn read_remote(name: String) -> Result<Value, Error> {
|
||||||
.insert("digest".into(), proxmox::tools::digest_to_hex(&digest).into());
|
.insert("digest".into(), proxmox::tools::digest_to_hex(&digest).into());
|
||||||
Ok(data)
|
Ok(data)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[api()]
|
#[api()]
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
|
|
Loading…
Reference in New Issue