Skip to content

Commit d6a6054

Browse files
committed
Remove accidentally added linebrak
1 parent da96551 commit d6a6054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/gc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,6 @@ gc_collect_region(PyThreadState *tstate,
18171817
/* Collect statistics on uncollectable objects found and print
18181818
* debugging information. */
18191819
Py_ssize_t n = 0;
1820-
18211820
for (gc = GC_NEXT(&finalizers); gc != &finalizers; gc = GC_NEXT(gc)) {
18221821
n++;
18231822
if (gcstate->debug & _PyGC_DEBUG_UNCOLLECTABLE)

0 commit comments

Comments
 (0)