Skip to content

Commit

Permalink
OOPS: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 7, 2023
1 parent 2333cc0 commit 9a20c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class Mouse(
lazy val scrolled: Option[MouseWheel] =
val amount = mouseEvents.foldLeft(0d) {
case (acc, MouseEvent.Wheel(_, deltaY)) => acc + deltaY
case (acc, _) => acc
case (acc, _) => acc
}

if amount == 0 then Option.empty[MouseWheel]
Expand Down

0 comments on commit 9a20c4e

Please sign in to comment.