Skip to content

Commit 13dc1bc

Browse files
committed
Gave the unused arg a name for clarity
1 parent 4295ec0 commit 13dc1bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/RoutingDuplex.purs

+2-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ makeApp = do
5050
, parse: parse routes
5151
, print: print routes
5252
, onRoute:
53-
\_ ->
54-
-- this skips any async routing logic by accepting the parsed route immediately
55-
Router.continue
53+
-- this skips any async routing logic by accepting the parsed route immediately
54+
\route -> Router.continue
5655
}
5756
React.component "App" \props -> React.do
5857
route <-

0 commit comments

Comments
 (0)