refactor: drop redundant do
This commit is contained in:
parent
5aa906e7eb
commit
90c7d3c47b
@ -30,7 +30,7 @@ getDataProtR = -- do
|
|||||||
|
|
||||||
-- | Allgemeine Informationen
|
-- | Allgemeine Informationen
|
||||||
getInfoR :: Handler Html
|
getInfoR :: Handler Html
|
||||||
getInfoR = do
|
getInfoR = -- do
|
||||||
siteLayoutMsg MsgInfoHeading $ do
|
siteLayoutMsg MsgInfoHeading $ do
|
||||||
setTitleI MsgInfoHeading
|
setTitleI MsgInfoHeading
|
||||||
let features = $(i18nWidgetFile "featureList")
|
let features = $(i18nWidgetFile "featureList")
|
||||||
|
|||||||
Reference in New Issue
Block a user