Skip to content

Commit ba27d0f

Browse files
committed
[js] Fix formatting
1 parent e0b7584 commit ba27d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/node/selenium-webdriver/lib/atoms/make-atoms-module.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ if (process.argv.length < 3) {
2626

2727
const buffer = fs.readFileSync(process.argv[2])
2828

29-
fs.writeFileSync(process.argv[3],
29+
fs.writeFileSync(
30+
process.argv[3],
3031
`// GENERATED CODE - DO NOT EDIT
3132
module.exports = ${buffer.toString('utf8').trim()};
3233
`,

0 commit comments

Comments
 (0)