Skip to content

Commit 6d78b0e

Browse files
committed
Fix formatting
1 parent a046d14 commit 6d78b0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meetup/example.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
(+ first-of-week
4242
(modulo
4343
(- weekday
44-
(date-week-day (make-date year month first-of-week))) 7)
45-
))))
44+
(date-week-day (make-date year month first-of-week))) 7)))))
4645

4746
(provide meetup-day)

0 commit comments

Comments
 (0)