Skip to content

Commit

Permalink
reset gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-kun committed Sep 28, 2023
1 parent 6152217 commit e0e4c38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/verify-gofmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
cd "${KUBE_ROOT}"

#FORK-CHANGE: ignoring `./cluster-autoscaler/cloudprovider/mcm/*`
find_files() {
find . -not \( \
\( \
Expand All @@ -44,7 +43,6 @@ find_files() {
-o -wholename './cluster-autoscaler/cloudprovider/huaweicloud/huaweicloud-sdk-go-v3/*' \
-o -wholename './cluster-autoscaler/cloudprovider/ionoscloud/ionos-cloud-sdk-go/*' \
-o -wholename './cluster-autoscaler/cloudprovider/hetzner/hcloud-go/*' \
-o -wholename './cluster-autoscaler/cloudprovider/mcm/*' \
\) -prune \
\) -name '*.go'
}
Expand Down

0 comments on commit e0e4c38

Please sign in to comment.