Skip to content

Commit d8b33dc

Browse files
committed
lint
1 parent 37fd953 commit d8b33dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/domain.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var EventEmitter = events.EventEmitter;
2525
var inherits = util.inherits;
2626

2727
// methods that are called when trying to shut down expliclitly bound EEs
28-
var endMethods = [ 'end', 'abort', 'destroy', 'destroySoon' ];
28+
var endMethods = ['end', 'abort', 'destroy', 'destroySoon'];
2929

3030
// communicate with events module, but don't require that
3131
// module to have to load this one, since this module has

0 commit comments

Comments
 (0)