Commit f9d5abb7 authored by dhilipkumars's avatar dhilipkumars

Remove blank lines-review comments

parent 43a29995
...@@ -46,7 +46,6 @@ QUICK_PATTERNS+=( ...@@ -46,7 +46,6 @@ QUICK_PATTERNS+=(
"verify-test-owners.sh" "verify-test-owners.sh"
) )
EXCLUDED_CHECKS=$(ls ${EXCLUDED_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true) EXCLUDED_CHECKS=$(ls ${EXCLUDED_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true)
QUICK_CHECKS=$(ls ${QUICK_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true) QUICK_CHECKS=$(ls ${QUICK_PATTERNS[@]/#/${KUBE_ROOT}\/hack\/} 2>/dev/null || true)
...@@ -76,7 +75,6 @@ function run-cmd { ...@@ -76,7 +75,6 @@ function run-cmd {
fi fi
} }
# Collect Failed tests in this Array , initalize it to nil # Collect Failed tests in this Array , initalize it to nil
FAILED_TESTS=() FAILED_TESTS=()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment