From c5206173e6445507f8468457ac5534065e8b9909 Mon Sep 17 00:00:00 2001 From: "\"Vincent Ambo ext:(%22)" Date: Sun, 28 Apr 2013 14:44:14 +0200 Subject: ran hlint --- src/Blog.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Blog.hs') diff --git a/src/Blog.hs b/src/Blog.hs index 2c1a546a2a57..e999d18fad10 100644 --- a/src/Blog.hs +++ b/src/Blog.hs @@ -163,7 +163,7 @@ renderEntry e@Entry{..} = [shamlet| ^{renderCommentBox lang entryId} |] where - woText = flip T.append author $ T.pack $ (formatTime defaultTimeLocale (eTimeFormat lang) edate) + woText = flip T.append author $ T.pack $ formatTime defaultTimeLocale (eTimeFormat lang) edate renderComments :: [Comment] -> BlogLang -> Html renderComments [] lang = [shamlet|
  • #{noComments lang}|] -- cgit 1.4.1