run gofmt on everything we touched

This commit is contained in:
Mike Danese
2015-08-05 15:05:17 -07:00
parent 62a4d5623c
commit 17defc7383
188 changed files with 280 additions and 280 deletions

View File

@@ -20,11 +20,11 @@ import (
"io/ioutil"
"time"
"k8s.io/kubernetes/pkg/credentialprovider"
"github.com/golang/glog"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
"golang.org/x/oauth2/jwt"
"k8s.io/kubernetes/pkg/credentialprovider"
"github.com/spf13/pflag"
)

View File

@@ -22,8 +22,8 @@ import (
"strings"
"time"
"k8s.io/kubernetes/pkg/credentialprovider"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/credentialprovider"
)
const (