Skip to content

Commit 29a8230

Browse files
committed
Fix lint
1 parent 086c79a commit 29a8230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_blocks_output_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ static inline PyObject *
243243
_BlocksOutputBuffer_Finish(_BlocksOutputBuffer *buffer,
244244
const Py_ssize_t avail_out)
245245
{
246-
return PyBytesWriter_FinishWithSize(buffer->writer,
246+
return PyBytesWriter_FinishWithSize(buffer->writer,
247247
buffer->allocated - avail_out);
248248
}
249249

0 commit comments

Comments
 (0)