1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Commit for gofmt

Signed-off-by: ravisantoshgudimetla <ravisantoshgudimetla@gmail.com>
This commit is contained in:
ravisantoshgudimetla
2017-10-05 16:03:28 -04:00
parent 8007f4af20
commit 9e536da99e
8 changed files with 64 additions and 11 deletions

View File

@@ -18,8 +18,8 @@ limitations under the License.
package app
import (
"fmt"
"flag"
"fmt"
"io"
"github.com/kubernetes-incubator/descheduler/cmd/descheduler/app/options"
@@ -27,8 +27,8 @@ import (
"github.com/spf13/cobra"
"k8s.io/apiserver/pkg/util/logs"
aflag "k8s.io/apiserver/pkg/util/flag"
"k8s.io/apiserver/pkg/util/logs"
)
// NewDeschedulerCommand creates a *cobra.Command object with default parameters

View File

@@ -18,8 +18,8 @@ package main
import (
"fmt"
"os"
"github.com/kubernetes-incubator/descheduler/cmd/descheduler/app"
"os"
)
func main() {