Skip to content

Commit a12d5c6

Browse files
committed
fix formatting
1 parent d204934 commit a12d5c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/bltinmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ builtin_format(PyObject *self, PyObject *args)
494494
PyObject *format_spec = NULL;
495495

496496
if (!PyArg_ParseTuple(args, "O|U:format", &value, &format_spec))
497-
return NULL;
497+
return NULL;
498498

499499
return PyObject_Format(value, format_spec);
500500
}

0 commit comments

Comments
 (0)