File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ module.exports = function( grunt ) {
248
248
} catch ( e ) {
249
249
return false ;
250
250
}
251
- return false ;
252
251
}
253
252
254
253
function addPluginDirToGitExclude ( pluginDir ) {
Original file line number Diff line number Diff line change 370
370
return KMP_MATCHED ;
371
371
}
372
372
return KMP_ADVANCED ;
373
- } else if ( ! this . _ . state )
373
+ } else if ( ! this . _ . state ) {
374
374
return KMP_NOMATCH ;
375
- else {
375
+ } else {
376
376
this . _ . state = this . _ . overlap [ this . _ . state ] ;
377
377
}
378
378
}
379
-
380
- return null ;
381
379
} ,
382
380
383
381
reset : function ( ) {
Original file line number Diff line number Diff line change 494
494
return limit ;
495
495
else
496
496
return null ;
497
-
498
- return trigger ;
499
497
} else {
500
498
return null ;
501
499
}
You can’t perform that action at this time.
0 commit comments