Skip to content

Commit

Permalink
FranzCross,mixin: fixup indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 13, 2023
1 parent 7f408ec commit fa8e8d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FranzCross/mixin.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
(define item-height
(quotient
(send receiver get-height)
(case (system-type 'os)
[(unix) (send receiver number-of-visible-items)]
[else (add1 (send receiver number-of-visible-items))])))
(case (system-type 'os)
[(unix) (send receiver number-of-visible-items)]
[else (add1 (send receiver number-of-visible-items))])))
(define y-pos
(let ([y (send event get-y)])
(case (system-type 'os)
Expand Down

0 comments on commit fa8e8d4

Please sign in to comment.