Clean up extra spaces

I recently reviewed the code, although these errors are not important, they affect the code specification.

Change-Id: Ie89f3628c9dfab683973d845a3812bccac9f5bb8
This commit is contained in:
jinyuanliu 2021-06-25 11:20:21 +08:00
parent 8e020c5f86
commit 3b5d8ccd65

View File

@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set cyborg_agent_pip_packages = [ ] %}
RUN {{ macros.install_pip(cyborg_agent_pip_packages | customizable("pip_packages")) }}
RUN {{ macros.install_pip(cyborg_agent_pip_packages | customizable("pip_packages")) }}
{% endif %}