Skip to content

Commit b8d660f

Browse files
committed
Align coding style
1 parent a5207f2 commit b8d660f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ const output = input.replace('<% pattern %>', pattern) + '\n';
77
fs.writeFileSync('./index.js', output);
88

99
const inputModule = fs.readFileSync('./src/index.mjs', 'utf8').toString().trim();
10-
const outputModule = inputModule.replace("<% pattern %>", pattern) + "\n";
10+
const outputModule = inputModule.replace('<% pattern %>', pattern) + '\n';
1111

1212
fs.writeFileSync('./index.mjs', outputModule);

0 commit comments

Comments
 (0)