Skip to content

Commit c9b8237

Browse files
committed
format
1 parent 3f803f1 commit c9b8237

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/build-regexpu.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ var targetFile = path.join(__dirname, "../lib/uni-regexp.js");
2121

2222
fs.writeFileSync(
2323
targetFile,
24-
"/* AUTO GENERATED */\nmodule.exports = " + JSON.stringify(uniReg, null, 4) + '\n'
24+
"/* AUTO GENERATED */\nmodule.exports = " +
25+
JSON.stringify(uniReg, null, 4) +
26+
"\n"
2527
);
2628

27-
console.log('Done building ' + targetFile)
29+
console.log("Done building " + targetFile);

0 commit comments

Comments
 (0)