cargo fmt

This commit is contained in:
Ashley Wulber 2022-11-23 13:40:06 -05:00
parent 751ffb5900
commit 84c5ee7fb2
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -128,8 +128,13 @@ impl Backend {
let scaled = transformation
* Transformation::scale(scale_factor, scale_factor);
self.image_pipeline
.draw(gl, scaled, scale_factor, &layer.images, bounds);
self.image_pipeline.draw(
gl,
scaled,
scale_factor,
&layer.images,
bounds,
);
}
if !layer.text.is_empty() {