Skip to content

Commit 93b58c3

Browse files
committed
Formatting.
1 parent 0ee0a20 commit 93b58c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/python/bindings.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ PortsList extractPortsList(const py::type& type)
114114
NodeBuilder makeTreeNodeBuilderFn(const py::type& type, const py::args& args,
115115
const py::kwargs& kwargs)
116116
{
117-
return [=](const auto& name, const auto& config) -> auto {
117+
return [=](const auto& name, const auto& config) -> auto
118+
{
118119
py::object obj;
119120
obj = type(name, config, *args, **kwargs);
120121

0 commit comments

Comments
 (0)