Skip to content

Commit 27cf0f9

Browse files
committed
reformat
1 parent 892f5c1 commit 27cf0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def prebuild_arch(self, arch):
3838
bootstrap = bootstrap_name = ctx_bootstrap
3939

4040
is_sdl2 = bootstrap_name in ('sdl2', 'sdl2python3', 'sdl2_gradle')
41-
is_webview = bootstrap_name in ('webview','service_only')
41+
is_webview = bootstrap_name in ('webview', 'service_only')
4242

4343
if is_sdl2 or is_webview:
4444
if is_sdl2:

0 commit comments

Comments
 (0)