Removed an unnecessary unpack.
This commit is contained in:
parent
bd2bd9b19d
commit
bdc0f6cc9b
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ inline = choice
|
|||
, pLink
|
||||
, pImage
|
||||
, pCode
|
||||
, pCodeWithClass [(T.pack "samp","sample"),(T.pack "var","variable")]
|
||||
, pCodeWithClass [("samp","sample"),("var","variable")]
|
||||
, pSpan
|
||||
, pMath False
|
||||
, pScriptMath
|
||||
|
|
Loading…
Reference in a new issue