From 9f0e3c902c0960452695f7953370f3aa2ccc8564 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Mon, 29 Jun 2015 21:42:12 +0200 Subject: [PATCH] Align --- src/Views.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Views.hs b/src/Views.hs index 49e0e54..da20d1e 100644 --- a/src/Views.hs +++ b/src/Views.hs @@ -5,9 +5,9 @@ module Views where import Data.Text (Text) import Data.Text.Lazy (toStrict) import Text.Blaze.Html.Renderer.Text (renderHtml) -import Text.Blaze.Html5 as H -import Text.Blaze.Html5.Attributes as A -import qualified Web.Spock.Safe as S +import Text.Blaze.Html5 as H +import Text.Blaze.Html5.Attributes as A +import qualified Web.Spock.Safe as S render :: Html -> S.ActionT IO () render = S.html . toStrict . renderHtml @@ -49,4 +49,4 @@ template fill = footer $ do "breve is open " a ! href "https://github.com/rnhmjoj/breve" $ "source" - H.span "© Rnhmjoj" \ No newline at end of file + H.span "© Rnhmjoj"