From b29406ef014c3fbf604e5f505ec79b68696d0cf8 Mon Sep 17 00:00:00 2001 From: Florian Hars Date: Sun, 9 Oct 2011 11:26:19 +0200 Subject: [PATCH] add trailing newline --- web/tutorials/03-arrows.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.