mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-20 13:43:27 +08: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…
x
Reference in New Issue
Block a user