Skip to content

Commit 9788e73

Browse files
committed
Fix trailing whitespace
1 parent 3d4d2dd commit 9788e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ make_sreplacement(PyObject *object)
18781878
if (timestamp == NULL) {
18791879
return NULL;
18801880
}
1881-
1881+
18821882
PyObject *math = PyImport_ImportModule("math");
18831883
if (math == NULL) {
18841884
Py_DECREF(timestamp);

0 commit comments

Comments
 (0)