Skip to content

Commit

Permalink
Avoid "Empty 'do' block" error in GitHub tutorial (jaspervdj#861)
Browse files Browse the repository at this point in the history
Report and fix by @alexandroid000. Fixes jaspervdj#860.
  • Loading branch information
Minoru authored Jul 15, 2021
1 parent b273db4 commit 0ad5825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/tutorials/github-pages-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ config = defaultConfiguration
}

main :: IO ()
main = do
hakyllWith config $ do
main = hakyllWith config $ do
...
```

Expand Down

0 comments on commit 0ad5825

Please sign in to comment.