mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-07 03:23:03 +00:00
formatting fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9fa9c76a9c
commit
19dc729b7b
@ -282,7 +282,13 @@ pub fn parse_rfc3339(input_str: &str) -> Result<i64, Error> {
|
|||||||
|
|
||||||
Ok(epoch)
|
Ok(epoch)
|
||||||
})
|
})
|
||||||
.map_err(|err| format_err!("failed to parse rfc3339 timestamp ({:?}) - {}", input_str, err))
|
.map_err(|err| {
|
||||||
|
format_err!(
|
||||||
|
"failed to parse rfc3339 timestamp ({:?}) - {}",
|
||||||
|
input_str,
|
||||||
|
err
|
||||||
|
)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user