Skip to content

Commit 98f513c

Browse files
committed
test style
1 parent 8376af6 commit 98f513c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/clone.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,15 @@ test('test github repos that use `standard`', function (t) {
104104
if (err) {
105105
if (err.message.indexOf('(indent)') || err.message.indexOf('(no-multi-spaces)') || err.message.indexOf('(space-unary-ops)')) {
106106
t.comment('Attempting to fix eslint breaking changes for ' + str)
107-
return runStandardFix(cb)
107+
runStandardFix(cb)
108108
} else {
109109
t.fail(str)
110+
cb(null)
110111
}
111112
} else {
112113
t.pass(str)
114+
cb(null)
113115
}
114-
cb(null)
115116
})
116117
}
117118

0 commit comments

Comments
 (0)