Fix test lint warning

This commit is contained in:
Christopher Jones 2016-12-01 22:49:52 +11:00
parent 5ed380c752
commit b90eeea7f9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function DevNull(opts) {
opts = opts || {};
stream.Writable.call(this, opts);
};
}
// step 1 - to extend the Writable Class
util.inherits(DevNull, stream.Writable);