Skip to content

Commit a8e85cb

Browse files
Joe Jevnikllllllllll
Joe Jevnik
authored andcommitted
DOC: update comment
1 parent 3b31d54 commit a8e85cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/libpy/numpy_utils.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ inline void ensure_import_array() {
8282
}
8383

8484
#if PY_MAJOR_VERSION == 2
85-
[]() -> void {
86-
import_array();
87-
}();
85+
[]() -> void { import_array(); }();
8886
#else
8987
// this macro returns NULL in Python 3 so we need to put it in a
9088
// function to call it to ignore the return statement

0 commit comments

Comments
 (0)