Skip to content

Commit 42b3015

Browse files
committed
linting
1 parent 111b982 commit 42b3015

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/empty.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ const options = require('minimist')(process.argv, {
2020
const emptyGitHubCommit = require('..')
2121

2222
if (!options.repo || !options.message) {
23-
console.log('usage: empty-commit --repo <github repo> --message <commit message>')
23+
console.log(
24+
'usage: empty-commit --repo <github repo> --message <commit message>'
25+
)
2426
console.log('optional args')
2527
console.log(' --branch <master>')
2628
process.exit(1)

0 commit comments

Comments
 (0)