Run "make format" (#603)
There was some code that wasn't formatted according to gofmt. This fixes that.
This commit is contained in:
committed by
Brian Goff
parent
f1cb6a7bf6
commit
ef62defcea
@@ -1,10 +1,11 @@
|
||||
package azurebatch
|
||||
|
||||
import (
|
||||
"github.com/Azure/go-autorest/autorest/to"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/Azure/go-autorest/autorest/to"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/services/batch/2017-09-01.6.0/batch"
|
||||
apiv1 "k8s.io/api/core/v1"
|
||||
)
|
||||
|
||||
@@ -17,5 +17,5 @@ func initOpenStack(cfg InitConfig) (providers.Provider, error) {
|
||||
cfg.ResourceManager,
|
||||
cfg.NodeName,
|
||||
cfg.OperatingSystem,
|
||||
cfg.DaemonPort,)
|
||||
cfg.DaemonPort)
|
||||
}
|
||||
|
||||
2
providers/vic/cache/pod_cache.go
vendored
2
providers/vic/cache/pod_cache.go
vendored
@@ -24,7 +24,7 @@ type VicPodCache struct {
|
||||
|
||||
type CacheError string
|
||||
|
||||
func (c CacheError) Error() string {return string(c)}
|
||||
func (c CacheError) Error() string { return string(c) }
|
||||
|
||||
const (
|
||||
PodCachePodNameError = CacheError("PodCache called with empty pod name")
|
||||
|
||||
Reference in New Issue
Block a user