From 52a273a4fed3940bde289911934f9a2ca44ebde2 Mon Sep 17 00:00:00 2001 From: rachancheet Date: Tue, 5 Mar 2024 05:17:24 +0530 Subject: [PATCH] fixed format --- wayshot/src/wayshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayshot/src/wayshot.rs b/wayshot/src/wayshot.rs index 9b3926e9..4f097109 100644 --- a/wayshot/src/wayshot.rs +++ b/wayshot/src/wayshot.rs @@ -59,7 +59,7 @@ fn main() -> Result<()> { } else { if pathbuf.is_dir() { pathbuf.push(utils::get_default_file_name(requested_encoding)); - } + } Some(pathbuf) } }