Skip to content

Commit

Permalink
Run gofmt for all files
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Sep 9, 2019
1 parent 2bac70b commit ec216d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cloud-controller-manager/app/controllermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func NewCloudControllerManagerCommand() *cobra.Command {
}

cmd := &cobra.Command{
Use: "cloud-controller-manager",
Use: "cloud-controller-manager",
Long: `The Cloud controller manager is a daemon that embeds the cloud specific control loops shipped with Kubernetes.`,
Run: func(cmd *cobra.Command, args []string) {
verflag.PrintAndExitIfRequested("Cloud Provider Azure")
Expand Down
2 changes: 1 addition & 1 deletion cmd/cloud-node-manager/app/nodemanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewCloudNodeManagerCommand() *cobra.Command {
}

cmd := &cobra.Command{
Use: "cloud-node-manager",
Use: "cloud-node-manager",
Long: `The Cloud node manager is a daemon that reconciles node information for its running node.`,
Run: func(cmd *cobra.Command, args []string) {
verflag.PrintAndExitIfRequested("Cloud Node Manager")
Expand Down
2 changes: 1 addition & 1 deletion pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/types"
cloudprovider "k8s.io/cloud-provider"
azureprovider "k8s.io/legacy-cloud-providers/azure"
"k8s.io/klog"
azureprovider "k8s.io/legacy-cloud-providers/azure"
)

// IMDSNodeProvider implements nodemanager.NodeProvider.
Expand Down

0 comments on commit ec216d7

Please sign in to comment.