Skip to content

Commit f747a61

Browse files
hololeapdpwiz
authored andcommitted
examples/EventWatch: Fix indentation
Signed-off-by: hololeap <[email protected]>
1 parent 73db004 commit f747a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/EventWatch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ appLoop = waitEvent >>= go
5959
MouseButtonEvent mouseButtonEvent
6060
-> print mouseButtonEvent >> waitEvent >>= go
6161
MouseWheelEvent mouseWheelEvent
62-
-> print mouseWheelEvent >> waitEvent >>= go
62+
-> print mouseWheelEvent >> waitEvent >>= go
6363
QuitEvent
6464
-> return ()
6565
_ -> waitEvent >>= go

0 commit comments

Comments
 (0)