Forgot some useless parentheses when playing with operator precedences
This commit is contained in:
parent
a2b66ac6d6
commit
c48ab22808
1 changed files with 2 additions and 2 deletions
|
@ -78,10 +78,10 @@ cache loader objectId =
|
|||
|
||||
loadFont :: ObjectId -> T CMap
|
||||
loadFont objectId =
|
||||
(getObject objectId
|
||||
getObject objectId
|
||||
\\= dict
|
||||
\\= key "ToUnicode"
|
||||
>>= follow)
|
||||
>>= follow
|
||||
\\= stream
|
||||
\\= cMap
|
||||
|
||||
|
|
Loading…
Reference in a new issue