Skip to content

Commit f926841

Browse files
committed
style: fix indentation
1 parent cc47703 commit f926841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/yargs-parser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,8 +1494,8 @@ describe('yargs-parser', function () {
14941494
var result = parser(['-a=hello', 'world', '-b',
14951495
'33', '22', '--foo', 'red', 'green',
14961496
'--bar=cat', 'dog'], {
1497-
array: ['a', 'b', 'foo', 'bar']
1498-
})
1497+
array: ['a', 'b', 'foo', 'bar']
1498+
})
14991499

15001500
Array.isArray(result.a).should.equal(true)
15011501
result.a.should.include('hello')

0 commit comments

Comments
 (0)