remove some spacing

This commit is contained in:
Chris Cochrun 2024-09-25 11:21:41 -05:00
parent 523191f93d
commit d871f68ca5

View file

@ -230,7 +230,6 @@ impl image_model::ImageModel {
if index < 0 || (index as usize) >= self.images.len() { if index < 0 || (index as usize) >= self.images.len() {
return false; return false;
} }
let rt = tokio::runtime::Runtime::new().unwrap(); let rt = tokio::runtime::Runtime::new().unwrap();
rt.block_on(async { rt.block_on(async {