Skip to content

Commit 6c6ad58

Browse files
committed
remove trailing whitespace
1 parent 361f836 commit 6c6ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_builders/workflows/custom_make/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _get_working_directory(self, options, source_dir, scratch_dir, build_in_sour
7373
Gets the directory where the make action should be executed
7474
"""
7575
options_working_directory = options.get("working_directory")
76-
76+
7777
# an explicitly definied working directory should take precedence
7878
if options_working_directory:
7979
return options_working_directory

0 commit comments

Comments
 (0)