format: remove indent

This commit is contained in:
LinlyBoi
2025-07-10 13:21:42 +03:00
parent 37decc423e
commit 1c89d15bdf

View File

@@ -93,7 +93,7 @@ impl Args {
} }
} }
pub fn parse_duration(duration_str: &str) -> Result<Duration, Box<dyn std::error::Error>> { pub fn parse_duration(duration_str: &str) -> Result<Duration, Box<dyn std::error::Error>> {
let duration_str = duration_str.to_lowercase(); let duration_str = duration_str.to_lowercase();
if duration_str.ends_with("h") { if duration_str.ends_with("h") {