Skip to content

Commit b90eeea

Browse files
committed
Fix test lint warning
1 parent 5ed380c commit b90eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/devnull.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function DevNull(opts) {
3939
opts = opts || {};
4040
stream.Writable.call(this, opts);
4141

42-
};
42+
}
4343

4444
// step 1 - to extend the Writable Class
4545
util.inherits(DevNull, stream.Writable);

0 commit comments

Comments
 (0)