mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-16 03:56:12 +08:00
Run rustfmt on the codebase
This commit is contained in:
@@ -62,11 +62,11 @@ fn draw(
|
||||
|
||||
cr.move_to(
|
||||
(from_alloc.x + from_alloc.width).into(),
|
||||
(from_alloc.y + (from_alloc.height / 2)).into()
|
||||
(from_alloc.y + (from_alloc.height / 2)).into(),
|
||||
);
|
||||
cr.line_to(
|
||||
to_alloc.x.into(),
|
||||
(to_alloc.y + (to_alloc.height / 2)).into()
|
||||
(to_alloc.y + (to_alloc.height / 2)).into(),
|
||||
);
|
||||
|
||||
cr.stroke();
|
||||
|
||||
Reference in New Issue
Block a user