missing semicolon

This commit is contained in:
Michael Freeborn 2025-11-21 08:51:21 +00:00
parent c67f523818
commit 6ef35e8bf5

View file

@ -242,7 +242,7 @@ impl core::Renderer for Renderer {
callback(self.engine.raster_pipeline.load(_handle));
#[cfg(not(feature = "image"))]
callback(Err(core::image::Error::Unsupported))
callback(Err(core::image::Error::Unsupported));
}
}