Skip to content

Commit

Permalink
update bazel and gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wackxu committed Mar 28, 2018
1 parent 6c0e588 commit 3076dc1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/core/helper/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,4 @@ func PersistentVolumeClaimHasClass(claim *core.PersistentVolumeClaim) bool {
}

return false
}
}
1 change: 0 additions & 1 deletion pkg/apis/core/v1/helper/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,3 @@ func GetPersistentVolumeClaimClass(claim *v1.PersistentVolumeClaim) string {

return ""
}

1 change: 0 additions & 1 deletion pkg/apis/core/validation/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ go_test(
"//pkg/api/legacyscheme:go_default_library",
"//pkg/api/testapi:go_default_library",
"//pkg/apis/core:go_default_library",
"//pkg/apis/core/helper:go_default_library",
"//pkg/capabilities:go_default_library",
"//pkg/features:go_default_library",
"//pkg/security/apparmor:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion pkg/scheduler/factory/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ go_library(
deps = [
"//pkg/api/v1/pod:go_default_library",
"//pkg/apis/core/helper:go_default_library",
"//pkg/apis/core/v1/helper:go_default_library",
"//pkg/features:go_default_library",
"//pkg/kubelet/apis:go_default_library",
"//pkg/scheduler:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion pkg/volume/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ go_test(
embed = [":go_default_library"],
deps = [
"//pkg/apis/core/install:go_default_library",
"//pkg/apis/core/v1/helper:go_default_library",
"//pkg/util/mount:go_default_library",
"//pkg/util/slice:go_default_library",
"//pkg/volume:go_default_library",
Expand Down

0 comments on commit 3076dc1

Please sign in to comment.