Skip to content

Commit

Permalink
golang format tools (#2189)
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 n3wscott
  • Loading branch information
mattmoor authored and pull[bot] committed Jan 6, 2020
1 parent 10f966c commit bf53040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/adapter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ import (
"context"
"flag"
"fmt"
"knative.dev/pkg/profiling"
"log"
"net/http"
"time"

"knative.dev/pkg/profiling"

// Uncomment the following line to load the gcp plugin
// (only required to authenticate against GKE clusters).
// _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
Expand Down
3 changes: 2 additions & 1 deletion test/common/performance/event_state/event_state.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf53040

Please sign in to comment.