fix formatting
This commit is contained in:
parent
d204934ee3
commit
a12d5c62f7
|
@ -494,7 +494,7 @@ builtin_format(PyObject *self, PyObject *args)
|
|||
PyObject *format_spec = NULL;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "O|U:format", &value, &format_spec))
|
||||
return NULL;
|
||||
return NULL;
|
||||
|
||||
return PyObject_Format(value, format_spec);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue