aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/helper.py
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-12-16 15:30:12 -0800
committerGravatar GitHub <noreply@github.com>2019-12-16 15:30:12 -0800
commita0b29b879ff8d30084745df9c62012a9be4eb640 (patch)
treee580b018ccd99d0e4e9b56f4de853de917d404e5 /infra/helper.py
parent8049699e4d366c9d990ccec1c33ced9f06c4fb58 (diff)
Remove trailing whitespace (#3135)
Diffstat (limited to 'infra/helper.py')
-rwxr-xr-xinfra/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/helper.py b/infra/helper.py
index c223a3a8..8d3b952b 100755
--- a/infra/helper.py
+++ b/infra/helper.py
@@ -441,7 +441,7 @@ def build_fuzzers_impl(project_name, clean, engine, sanitizer, architecture,
'ARCHITECTURE=' + architecture,
]
if env_to_add:
- env += env_to_add
+ env += env_to_add
project_work_dir = _get_work_dir(project_name)