Clean up extra spaces

Although these errors are not important, they affect the code specification.

Change-Id: I6656db7afbb1dab4b966c62d3765905965ba9142
This commit is contained in:
jayonlau 2021-09-26 22:25:25 -04:00
parent deb055190f
commit 2e8c3167a5

View File

@ -56,7 +56,7 @@ if is_service_enabled kuryr-kubernetes kuryr-daemon \
setup_develop "$KURYR_HOME" setup_develop "$KURYR_HOME"
if [[ "${KURYR_CONT}" == "False" ]]; then if [[ "${KURYR_CONT}" == "False" ]]; then
# Build CNI only for non-containerized deployment. For # Build CNI only for non-containerized deployment. For
# containerized CNI willl be built within the images build. # containerized CNI will be built within the images build.
build_install_kuryr_cni build_install_kuryr_cni
fi fi