diff --git a/tests/test_numpy_array.cpp b/tests/test_numpy_array.cpp index d42232538..f8be72206 100644 --- a/tests/test_numpy_array.cpp +++ b/tests/test_numpy_array.cpp @@ -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) { }); });