gofmt -s pkg/ cmd/

This commit is contained in:
Johan Euphrosine
2014-06-12 14:09:40 -07:00
parent c0f41e2a86
commit 4f6bed03ae
18 changed files with 69 additions and 69 deletions

View File

@@ -37,7 +37,7 @@ func makeUrl(suffix string) string {
type FakePodControl struct {
controllerSpec []ReplicationController
deletePodID []string
deletePodID []string
}
func (f *FakePodControl) createReplica(spec ReplicationController) {
@@ -57,7 +57,7 @@ func makeReplicationController(replicas int) ReplicationController {
DesiredState: PodState{
Manifest: ContainerManifest{
Containers: []Container{
Container{
{
Image: "foo/bar",
},
},
@@ -182,7 +182,7 @@ func TestCreateReplica(t *testing.T) {
DesiredState: PodState{
Manifest: ContainerManifest{
Containers: []Container{
Container{
{
Image: "foo/bar",
},
},