Skip to content

Commit 0aef3be

Browse files
Apply clang-format fixes
1 parent 204fa0a commit 0aef3be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plugins/python/src/modulewrap.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,10 @@ static PyObject* parse_args(PyObject* args,
580580
return nullptr;
581581
}
582582
// Missing annotation for this input label
583-
PyErr_Format(PyExc_TypeError,
584-
"Missing type annotation for parameter '%s' - all parameters must be annotated",
585-
label.c_str());
583+
PyErr_Format(
584+
PyExc_TypeError,
585+
"Missing type annotation for parameter '%s' - all parameters must be annotated",
586+
label.c_str());
586587
Py_DECREF(annot);
587588
return nullptr;
588589
}

0 commit comments

Comments
 (0)