Skip to content

Commit 53fb7a8

Browse files
committed
Newline for readability.
1 parent 4c3a6e7 commit 53fb7a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/errors.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,7 @@ write_unraisable_exc_file(PyThreadState *tstate, PyObject *exc_type,
14531453
{
14541454
assert(file != NULL);
14551455
assert(!Py_IsNone(file));
1456+
14561457
if (obj != NULL && obj != Py_None) {
14571458
if (err_msg != NULL && err_msg != Py_None) {
14581459
if (PyFile_WriteObject(err_msg, file, Py_PRINT_RAW) < 0) {

0 commit comments

Comments
 (0)