Remove weird white space not present locally

This commit is contained in:
Stuart Taylor
2018-01-08 00:09:08 +00:00
parent 303ad38b8e
commit b2a70fd5ba

View File

@ -64,7 +64,7 @@ export const cssToHtml = cond([
matchesProperty('ext', 'css'), matchesProperty('ext', 'css'),
flow(padContentWithHTMLCatch, wrapInStyle, setExtToHTML) flow(padContentWithHTMLCatch, wrapInStyle, setExtToHTML)
], ],
[ stubTrue, identity ] [ stubTrue, identity ]
]); ]);
// FileStream::concactHtml( // FileStream::concactHtml(