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

@@ -120,8 +120,8 @@ func TestUpdateWithPods(t *testing.T) {
client := FakeKubeClient{
pods: PodList{
Items: []Pod{
Pod{JSONBase: JSONBase{ID: "pod-1"}},
Pod{JSONBase: JSONBase{ID: "pod-2"}},
{JSONBase: JSONBase{ID: "pod-1"}},
{JSONBase: JSONBase{ID: "pod-2"}},
},
},
}