refactor: drop redundant do

This commit is contained in:
Gregor Kleen 2019-07-02 17:16:04 +02:00
parent 5aa906e7eb
commit 90c7d3c47b

View File

@ -30,7 +30,7 @@ getDataProtR = -- do
-- | Allgemeine Informationen
getInfoR :: Handler Html
getInfoR = do
getInfoR = -- do
siteLayoutMsg MsgInfoHeading $ do
setTitleI MsgInfoHeading
let features = $(i18nWidgetFile "featureList")