Skip to content

Commit 1f8b3d6

Browse files
authored
Merge pull request kubernetes#91146 from iDube/fix_code_style
Remove extra spaces to ensure the style of the code.
2 parents 1b6de44 + d406a63 commit 1f8b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function kube::build::update_dockerfile() {
258258
sed "${sed_opts[@]}" "s/KUBE_BUILD_IMAGE_CROSS_TAG/${KUBE_BUILD_IMAGE_CROSS_TAG}/" "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile"
259259
}
260260

261-
function kube::build::set_proxy() {
261+
function kube::build::set_proxy() {
262262
if [[ -n "${KUBERNETES_HTTPS_PROXY:-}" ]]; then
263263
echo "ENV https_proxy $KUBERNETES_HTTPS_PROXY" >> "${LOCAL_OUTPUT_BUILD_CONTEXT}/Dockerfile"
264264
fi

0 commit comments

Comments
 (0)