Skip to content

Commit e642264

Browse files
Fix EOL.
1 parent 338593c commit e642264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_threadmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,4 +2876,4 @@ PyMODINIT_FUNC
28762876
PyInit__thread(void)
28772877
{
28782878
return PyModuleDef_Init(&thread_module);
2879-
}
2879+
}

0 commit comments

Comments
 (0)