Fix clippy lint
This commit is contained in:
parent
936d480267
commit
43a7cc2222
1 changed files with 1 additions and 1 deletions
|
|
@ -1196,7 +1196,7 @@ pub fn draw<Renderer>(
|
|||
|
||||
if let Some((cursor, color)) = cursor {
|
||||
renderer.with_translation(Vector::new(-offset, 0.0), |renderer| {
|
||||
renderer.fill_quad(cursor, color)
|
||||
renderer.fill_quad(cursor, color);
|
||||
});
|
||||
} else {
|
||||
renderer.with_translation(Vector::ZERO, |_| {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue