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