Skip to content

Commit e5b3ef9

Browse files
committed
Formatting
1 parent 7330ab8 commit e5b3ef9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

input-capture/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ impl InputCapture {
239239
"[release-warp] capture_pos={:?} virtual_cursor={:?} peer_bounds={:?} display_bounds={:?} → warp_target={warp_target:?}",
240240
self.capture_pos,
241241
self.virtual_cursor,
242-
self.capture_pos.and_then(|p| self.peer_bounds.get(&p).copied()),
242+
self.capture_pos
243+
.and_then(|p| self.peer_bounds.get(&p).copied()),
243244
self.capture.display_bounds(),
244245
);
245246
self.pressed_keys.clear();

0 commit comments

Comments
 (0)