commit | 030d10e826b87f8cdf0816aa36b9a515fb7d064d | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel.jakob@epfl.ch> | Fri Oct 28 01:23:42 2016 +0200 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Fri Oct 28 01:23:42 2016 +0200 |
tree | ac0c0053c2029760bd9916a03fea536a3bbcc3e4 | |
parent | 496feacfd031d185c63252a7040930db717afc6c [diff] |
minor style fix
diff --git a/tests/test_numpy_array.cpp b/tests/test_numpy_array.cpp index d422325..f8be722 100644 --- a/tests/test_numpy_array.cpp +++ b/tests/test_numpy_array.cpp
@@ -125,5 +125,5 @@ } ); - sm.def("function_taking_uint64", [](uint64_t){ }); + sm.def("function_taking_uint64", [](uint64_t) { }); });