mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 06:35:12 +00:00
minor style fix
This commit is contained in:
parent
496feacfd0
commit
030d10e826
@ -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) { });
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user