Skip to content

Commit 59e70e0

Browse files
Remove extra new line to appease lint
1 parent fa21e29 commit 59e70e0

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
@@ -1513,7 +1513,6 @@ gc_collect_region(PyThreadState *tstate,
15131513
if (untrack & UNTRACK_DICTS) {
15141514
untrack_dicts(from);
15151515
}
1516-
15171516
/* Move reachable objects to next generation. */
15181517
validate_consistent_old_space(to);
15191518
if (from != to) {

0 commit comments

Comments
 (0)