Skip to content

Commit 97873da

Browse files
committed
missing }
1 parent bdd320e commit 97873da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/lib-rt/int_ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ PyObject *CPyTagged_ToBytes(CPyTagged self, Py_ssize_t length, PyObject *byteord
626626
PyObject *result = CPyLong_ToBytes(pyint, length, little_endian, signed_flag);
627627
Py_DECREF(pyint);
628628
return result;
629+
}
629630

630631
// int.to_bytes(length, byteorder="little", signed=False)
631632
PyObject *CPyTagged_ToLittleEndianBytes(CPyTagged self, Py_ssize_t length, int signed_flag) {

0 commit comments

Comments
 (0)