Forgot some useless parentheses when playing with operator precedences

This commit is contained in:
Tissevert 2020-02-04 17:05:15 +01:00
parent a2b66ac6d6
commit c48ab22808
1 changed files with 2 additions and 2 deletions

View File

@ -78,10 +78,10 @@ cache loader objectId =
loadFont :: ObjectId -> T CMap
loadFont objectId =
(getObject objectId
getObject objectId
\\= dict
\\= key "ToUnicode"
>>= follow)
>>= follow
\\= stream
\\= cMap