time: run cargo fmt

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-25 17:20:01 +01:00
parent cc85a72391
commit 9f135cf16e

View File

@ -306,8 +306,8 @@ pub fn verify_time_span(i: &str) -> Result<(), Error> {
#[cfg(test)]
mod tests {
use std::str::FromStr;
use super::*;
use std::str::FromStr;
#[test]
fn conversions() {