Skip to content

Commit 95b3247

Browse files
committed
fix wrong indentation >_>
1 parent c19a55c commit 95b3247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_distribution(cls, ctx, name=None, recipes=[],
9595
# 1) Check if any existing dists meet the requirements
9696
_possible_dists = []
9797
for dist in possible_dists:
98-
if (
98+
if (
9999
ndk_api is not None and dist.ndk_api != ndk_api
100100
) or dist.ndk_api is None:
101101
continue

0 commit comments

Comments
 (0)