Fixed typo

This commit is contained in:
Josh Pike 2018-04-03 13:45:37 +07:00 committed by GitHub
parent e020f97ea9
commit 00ee8f1ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,6 @@ function applyStyle() {
// multiline handling functionality
var lines = str.split(/[\r\n]+/)
var rebuiltString = '';
if (lines == 1) {
rebuiltString += code.open + line.replace(code.closeRe, code.open) + code.close
} else {