Skip to content

Commit f246049

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e3c8ef9 commit f246049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ def build_extensions(self):
564564
library_dirs,
565565
os.path.join(
566566
os.environ["ANDROID_ROOT"],
567-
"lib" if struct.calcsize("l") == 4 else "lib64"
568-
)
567+
"lib" if struct.calcsize("l") == 4 else "lib64",
568+
),
569569
)
570570

571571
elif sys.platform.startswith("netbsd"):

0 commit comments

Comments
 (0)