Commit 030d10e8 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

minor style fix

parent 496feacf
...@@ -125,5 +125,5 @@ test_initializer numpy_array([](py::module &m) { ...@@ -125,5 +125,5 @@ test_initializer numpy_array([](py::module &m) {
} }
); );
sm.def("function_taking_uint64", [](uint64_t){ }); sm.def("function_taking_uint64", [](uint64_t) { });
}); });
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment