From 0be25e45bdd81c0f7d5461fc1bffd54397b0144b Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 16 May 2025 22:46:04 +0200 Subject: [PATCH] refactor: remove obsolete semicolon --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 8762f81..74a0409 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -261,7 +261,7 @@ fn handle_modify( None => { println!("{output}"); } - }; + } Ok(()) }