Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 6f8c6df

Browse files
committed
style: satisfy 'no-multiple-empty-lines' rule
1 parent 9dbed0b commit 6f8c6df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/passthrough-emitter.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const _ = require('lodash'),
44
QEmitter = require('qemitter');
55

66
module.exports = class PassthroughEmitter extends QEmitter {
7-
87
// Allow to pass only one argument with event
98
emit(type, data) {
109
return super.emit(type, data);
@@ -34,5 +33,3 @@ module.exports = class PassthroughEmitter extends QEmitter {
3433
}.bind(this));
3534
}
3635
};
37-
38-

0 commit comments

Comments
 (0)