Skip to content

Commit

Permalink
Run code through goimports -w
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Mendez <manny@packet.com>
  • Loading branch information
mmlb committed Sep 8, 2020
1 parent 1aef424 commit d11c761
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http-server/http_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (

"github.com/grpc-ecosystem/grpc-gateway/runtime"
"github.com/grpc-ecosystem/grpc-gateway/utilities"
"github.com/tinkerbell/tink/protos/hardware"
"github.com/tinkerbell/tink/pkg"
"github.com/tinkerbell/tink/protos/hardware"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
Expand Down
5 changes: 3 additions & 2 deletions protos/workflow/workflow.pb.go

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

0 comments on commit d11c761

Please sign in to comment.