Skip to content

Commit 724129a

Browse files
committed
removed whitespaces
1 parent 66b1b31 commit 724129a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libV2/schemaUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ const schemaFaker = require('../assets/json-schema-faker'),
108108

109109
return _getEscaped(rootObject[pathArray.shift()], pathArray, defValue);
110110
},
111-
112111
getXmlVersionContent = (bodyContent) => {
113112
const regExp = new RegExp('([<\\?xml]+[\\s{1,}]+[version="\\d.\\d"]+[\\sencoding="]+.{1,15}"\\?>)');
114113
let xmlBody = bodyContent;

0 commit comments

Comments
 (0)