Fix formatting

This commit is contained in:
Kai Mast 2020-03-28 15:30:51 -07:00
parent cbe9298a0b
commit 442a52be07

View File

@ -104,7 +104,7 @@ impl Renderer {
x: 0, x: 0,
y: 0, y: 0,
width, width,
height height,
})); }));
self.draw_primitive(Vector::new(0.0, 0.0), primitive, &mut layers); self.draw_primitive(Vector::new(0.0, 0.0), primitive, &mut layers);