Skip to content

Commit

Permalink
golang format tools (knative#684)
Browse files Browse the repository at this point in the history
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign mattmoor
  • Loading branch information
mattmoor-sockpuppet authored and knative-prow-robot committed Sep 16, 2019
1 parent d8d1bc2 commit ed1a121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testutils/clustermanager/gke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,14 +655,14 @@ func TestDelete(t *testing.T) {
// In prow, only need to release boskos
true,
true,
[]*boskoscommon.Resource{&boskoscommon.Resource{
[]*boskoscommon.Resource{{
Name: fakeProj,
}},
&container.Cluster{
Name: "customcluster",
Location: "us-central1",
},
[]*boskoscommon.Resource{&boskoscommon.Resource{
[]*boskoscommon.Resource{{
Type: "gke-project",
Name: fakeProj,
State: boskoscommon.Free,
Expand Down

0 comments on commit ed1a121

Please sign in to comment.