From 1c89d15bdff907501208c8a8631ab2a970c27f36 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Thu, 10 Jul 2025 13:21:42 +0300 Subject: [PATCH] format: remove indent --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9a0041a..5b4f52a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -93,7 +93,7 @@ impl Args { } } - pub fn parse_duration(duration_str: &str) -> Result> { +pub fn parse_duration(duration_str: &str) -> Result> { let duration_str = duration_str.to_lowercase(); if duration_str.ends_with("h") {