Skip to content

Commit c3df6e0

Browse files
committed
remove extra blank line
1 parent 4f33459 commit c3df6e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/_functoolsmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ partial_setstate(PyObject *self, PyObject *state)
699699
"trailing Placeholders are not allowed");
700700
return NULL;
701701
}
702-
703702
/* Count placeholders */
704703
Py_ssize_t phcount = 0;
705704
for (Py_ssize_t i = 0; i < nargs - 1; i++) {

0 commit comments

Comments
 (0)