Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bfce8f

Browse files
committed
fix formatting
1 parent ccc51c1 commit 4bfce8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Objects/unicodeobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,8 +1362,8 @@ unicode_resize(PyObject **p_unicode, Py_ssize_t length)
13621362
return -1;
13631363
_PyUnicode_CheckConsistency(*p_unicode);
13641364
return 0;
1365-
} else
1366-
return resize_inplace((PyUnicodeObject*)unicode, length);
1365+
}
1366+
return resize_inplace((PyUnicodeObject*)unicode, length);
13671367
}
13681368

13691369
int

0 commit comments

Comments
 (0)