Removed an unnecessary unpack.

This commit is contained in:
John MacFarlane 2019-11-04 08:45:20 -08:00
parent bd2bd9b19d
commit bdc0f6cc9b

View file

@ -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