소스 검색

Merge pull request #174 from squat/consistent_indentation

e2e/kind.sh: make indentation consistent
Lucas Servén Marín 5 년 전
부모
커밋
5614d9158b
1개의 변경된 파일과 2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      e2e/kind.sh

+ 2 - 2
e2e/kind.sh

@@ -99,7 +99,7 @@ check_adjacent() {
 }
 
 test_locationmesh() {
-        # shellcheck disable=SC2016
+	# shellcheck disable=SC2016
 	$KUBECTL_BINARY patch ds -n kube-system kilo -p '{"spec": {"template":{"spec":{"containers":[{"name":"kilo","args":["--hostname=$(NODE_NAME)","--create-interface=false","--mesh-granularity=location"]}]}}}}'
 	sleep 5
 	block_until_ready_by_name kube-system kilo-userspace 
@@ -110,7 +110,7 @@ test_locationmesh() {
 }
 
 test_fullmesh() {
-        # shellcheck disable=SC2016
+	# shellcheck disable=SC2016
 	$KUBECTL_BINARY patch ds -n kube-system kilo -p '{"spec": {"template":{"spec":{"containers":[{"name":"kilo","args":["--hostname=$(NODE_NAME)","--create-interface=false","--mesh-granularity=full"]}]}}}}'
 	sleep 5
 	block_until_ready_by_name kube-system kilo-userspace