From fce64e7cf0052cfc55dffafc3364e930c23c894c Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 12 Mar 2025 21:45:40 +0100 Subject: [PATCH] Removed extra line --- src/Tools/tim_tool/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tools/tim_tool/src/main.rs b/src/Tools/tim_tool/src/main.rs index a90ed188..a2bdcf68 100644 --- a/src/Tools/tim_tool/src/main.rs +++ b/src/Tools/tim_tool/src/main.rs @@ -35,7 +35,6 @@ impl Application { fn run(&self) -> Result<(), slint::PlatformError> { let main_window = self.main_window.borrow(); - main_window.run() }