mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Remove blank lines-review comments
This commit is contained in:
parent
43a2999581
commit
f9d5abb75e
@ -46,7 +46,6 @@ QUICK_PATTERNS+=(
|
||||
"verify-test-owners.sh"
|
||||
)
|
||||
|
||||
|
||||
EXCLUDED_CHECKS=$(ls ${EXCLUDED_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 {
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
# Collect Failed tests in this Array , initalize it to nil
|
||||
FAILED_TESTS=()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user