golang format tools (#892)

Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign n3wscott
This commit is contained in:
Matt Moore 2019-11-21 11:06:08 -08:00 committed by Knative Prow Robot
parent 0400231005
commit cd063fbc21
2 changed files with 15 additions and 15 deletions