Skip to content

Commit 35a6a29

Browse files
committed
fix trailing whitespace
1 parent fa2f884 commit 35a6a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ ImportError_repr(PyObject *self)
18741874
if (writer == NULL) goto error;
18751875
if (PyUnicodeWriter_WriteSubstring(writer, r, 0, PyUnicode_GET_LENGTH(r)-1) < 0) goto error;
18761876
if (r && (exc->name || exc->path)) {
1877-
if (exc->name) {
1877+
if (exc->name) {
18781878
if (hasargs) {
18791879
if (PyUnicodeWriter_WriteASCII(writer, ", ", 2) < 0) goto error;
18801880
}

0 commit comments

Comments
 (0)