Skip to content

Commit 7c5b185

Browse files
committed
whitespace
1 parent 39ebc00 commit 7c5b185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_json.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,6 @@ encoder_listencode_list(PyEncoderObject *s, PyUnicodeWriter *writer,
18071807
s_fast = PySequence_Fast(seq, "encoder_listencode_list needs a sequence");
18081808
if (s_fast == NULL)
18091809
return -1;
1810-
18111810
if (PySequence_Fast_GET_SIZE(s_fast) == 0) {
18121811
Py_DECREF(s_fast);
18131812
return PyUnicodeWriter_WriteUTF8(writer, "[]", 2);

0 commit comments

Comments
 (0)