Skip to content

Commit 9fcafb2

Browse files
Remove space at the end of line 89
1 parent cb5a2e5 commit 9fcafb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def build_extension(self, ext: CMakeExtension):
8686
if os.environ.get("USE_OMP"):
8787
configure_args += []
8888
else:
89-
configure_args += ["-DENABLE_OPENMP=OFF"]
89+
configure_args += ["-DENABLE_OPENMP=OFF"]
9090
elif platform.system() == "Linux":
9191
if platform.machine() == "x86_64":
9292
configure_args += ["-DENABLE_AVX=ON"] # Enable AVX if x64 on Linux

0 commit comments

Comments
 (0)