Skip to content

Commit e30801c

Browse files
committed
fmt
1 parent b689301 commit e30801c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/processing_render/src/surface.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ pub fn resize(
412412
// SurfaceSize changes on resize, if not handled will break APIs dependent on correct SurfaceSize
413413
for (target, mut surface_size) in graphics_query.iter_mut() {
414414
if let RenderTarget::Window(WindowRef::Entity(surface)) = *target
415-
&& surface == window_entity {
415+
&& surface == window_entity
416+
{
416417
*surface_size = SurfaceSize(width, height);
417418
}
418419
}

0 commit comments

Comments
 (0)