From d871f68ca5c101414f5169918bde3c23cb20f21b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 25 Sep 2024 11:21:41 -0500 Subject: [PATCH] remove some spacing --- src/rust/image_model.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rust/image_model.rs b/src/rust/image_model.rs index ed4e9cd..aad4065 100644 --- a/src/rust/image_model.rs +++ b/src/rust/image_model.rs @@ -230,7 +230,6 @@ impl image_model::ImageModel { if index < 0 || (index as usize) >= self.images.len() { return false; } - let rt = tokio::runtime::Runtime::new().unwrap(); rt.block_on(async {