Skip to content

Commit 378b025

Browse files
RobertFlattRobertFlatt
authored andcommitted
pep8 whitespace
1 parent c023523 commit 378b025

File tree

1 file changed

+2
-2
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+2
-2
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ def make_package(args):
328328
)
329329

330330
if args.enable_androidx:
331-
shutil.copy('templates/gradle.properties','gradle.properties')
332-
331+
shutil.copy('templates/gradle.properties', 'gradle.properties')
332+
333333
if get_bootstrap_name() != "service_only":
334334
lottie_splashscreen = join(res_dir, 'raw/splashscreen.json')
335335
if args.presplash_lottie:

0 commit comments

Comments
 (0)