Browse Source

minor style fix

pull/473/head
Wenzel Jakob 9 years ago
parent
commit
030d10e826
  1. 2
      tests/test_numpy_array.cpp

2
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) { });
}); });

Loading…
Cancel
Save