mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 07:56:12 +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)
|
||||
})
|
||||
.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]
|
||||
|
Loading…
Reference in New Issue
Block a user