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 = 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
|
||||
let colonnade = widgetColonnade $ mconcat
|
||||
[ colCourse -- colCourseDescr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user