Remove redundant $
Found by hlint 3.3.1
This commit is contained in:
parent
49c4e1d014
commit
ed8877bd68
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ getTitle f = do
|
|||
lang <- gets localeLang
|
||||
let ils' =
|
||||
if f == "series"
|
||||
then resolveKey lang $ ils
|
||||
then resolveKey lang ils
|
||||
else ils
|
||||
let processTitle = if utc then unTitlecase (Just lang) else id
|
||||
return $ processTitle ils'
|
||||
|
|
Loading…
Reference in a new issue