diff options
author | Florian Hars <florian@hars.de> | 2011-10-09 11:26:19 +0200 |
---|---|---|
committer | Florian Hars <florian@hars.de> | 2011-10-09 11:26:19 +0200 |
commit | b29406ef014c3fbf604e5f505ec79b68696d0cf8 (patch) | |
tree | 058d579e326d4fb939ab042fbffd9980a91af8b2 | |
parent | b41482f121067bbbba964778cab19a7af8d6888b (diff) | |
download | hakyll-b29406ef014c3fbf604e5f505ec79b68696d0cf8.tar.gz |
add trailing newline
-rw-r--r-- | web/tutorials/03-arrows.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tutorials/03-arrows.markdown b/web/tutorials/03-arrows.markdown index 607c0e8..442fb3b 100644 --- a/web/tutorials/03-arrows.markdown +++ b/web/tutorials/03-arrows.markdown @@ -220,4 +220,4 @@ isPagePublishedYet = arr (\(p,t) -> if isPublishedYet p t then pub p else unpub ~~~~~ The final version of this code can be found in the timedblog example, -together with the required `import` statements.
\ No newline at end of file +together with the required `import` statements. |