Skip to content

Commit 47992e1

Browse files
authored
Merge pull request #740 from nellh/prettier-bids-spec-fix
Fix missing prettier linting in bids.spec.js
2 parents 7a81063 + 022ea20 commit 47992e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bids-validator/tests/bids.spec.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,7 @@ describe('BIDS example datasets ', function() {
190190
dataDirectory + 'fieldmap_without_magnitude',
191191
options,
192192
function(issues) {
193-
assert.notEqual(
194-
issues.errors.findIndex(issue => issue.code === 91),
195-
-1,
196-
)
193+
assert.notEqual(issues.errors.findIndex(issue => issue.code === 91), -1)
197194
isdone()
198195
},
199196
)

0 commit comments

Comments
 (0)