Skip to content

Commit 51c7274

Browse files
committed
f
1 parent 5702db3 commit 51c7274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/zlib.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ function ZlibBase(opts, mode, handle, { flush, finishFlush, fullFlush }) {
276276

277277
finishFlush = checkRangesOrGetDefault(
278278
opts.finishFlush, 'options.finishFlush',
279-
FLUSH_BOUND[flushBoundIdx][0], FLUSH_BOUND[flushBoundIdx][1], finishFlush);
279+
FLUSH_BOUND[flushBoundIdx][0], FLUSH_BOUND[flushBoundIdx][1],
280+
finishFlush);
280281

281282
maxOutputLength = checkRangesOrGetDefault(
282283
opts.maxOutputLength, 'options.maxOutputLength',

0 commit comments

Comments
 (0)