Skip to content

Commit fd5451d

Browse files
committed
Fixed js lint failure
1 parent 4072fa0 commit fd5451d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/server.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ exports.Server = function Server(bsClient, workers, config, callback) {
5656
runtime : results.runtime
5757
};
5858
function recurseThroughSuites(jasmineSuite, par) {
59-
if(!jasmineSuite) return
59+
if(!jasmineSuite) {
60+
return;
61+
}
6062
var suite = {
6163
name : jasmineSuite.description,
6264
fullName: [ ],

0 commit comments

Comments
 (0)