Remove extra line.

This commit is contained in:
Simon Quigley 2019-04-13 13:33:22 -05:00
parent 80f4d4697f
commit 3a15d58a92

@ -132,7 +132,6 @@ class Generator:
if job_type.startswith("package"):
upstream = data["upstream_url"]
upload_target = data["upload_target"]
package_config = template.render(PACKAGING_URL=url,
PACKAGING_BRANCH_U=u_branch,
PACKAGING_BRANCH_S=s_branch,