Skip to content

Commit 0857dd8

Browse files
committed
fixup! tools: bump the eslint group in /tools/eslint with 6 updates
fix jsdoc
1 parent 938ada4 commit 0857dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/zlib.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,19 +295,19 @@ ZlibBase.prototype.reset = function() {
295295
};
296296

297297
/**
298-
* @this {ZlibBase}
299298
* This is the _flush function called by the transform class,
300299
* internally, when the last chunk has been written.
301300
* @returns {void}
301+
* @this {ZlibBase}
302302
*/
303303
ZlibBase.prototype._flush = function(callback) {
304304
this._transform(new FastBuffer(), '', callback);
305305
};
306306

307307
/**
308-
* @this {ZlibBase}
309308
* Force Transform compat behavior.
310309
* @returns {void}
310+
* @this {ZlibBase}
311311
*/
312312
ZlibBase.prototype._final = function(callback) {
313313
callback();

0 commit comments

Comments
 (0)