fix(build): hlint did not like unnecessary monadic code
This commit is contained in:
parent
213899eef5
commit
acb52c51f4
@ -294,7 +294,7 @@ makeCourseTable colChoices psValidator' = do
|
|||||||
|
|
||||||
getCourseListR :: Handler Html
|
getCourseListR :: Handler Html
|
||||||
getCourseListR = do
|
getCourseListR = do
|
||||||
varNotUsed <- return "just a test to see whether warnings are disabled properly"
|
let varNotUsed = "just a test to see whether warnings are disabled properly"
|
||||||
muid <- maybeAuthId
|
muid <- maybeAuthId
|
||||||
let colonnade = widgetColonnade $ mconcat
|
let colonnade = widgetColonnade $ mconcat
|
||||||
[ colCourse -- colCourseDescr
|
[ colCourse -- colCourseDescr
|
||||||
|
|||||||
Reference in New Issue
Block a user