From 675b333f60d32c141c03e49cf94f448f2153ba3a Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Sat, 26 Oct 2024 21:57:25 +0200 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20Preserve=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index a3b5c58..44b7aa0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,5 +30,6 @@ fn main() -> Result<(), Box> { match Arguments::parse().command { Commands::Actions(action) => action.run()?, }; + Ok(()) }