Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
fmt: Fix code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: stefanprodan <[email protected]>
  • Loading branch information
stefanprodan committed Mar 20, 2020
1 parent 239a5b4 commit 978ca7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hack/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package hack

import (
_ "k8s.io/code-generator"
)
)
4 changes: 2 additions & 2 deletions pkg/apis/metrics/v1alpha1/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ func TestNewList(t *testing.T) {
assert := assertLib.New(t)

testCases := []struct {
obj *v1.ObjectReference
obj *v1.ObjectReference
edges bool
link string
link string
}{
{
&v1.ObjectReference{
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/metrics/v1alpha2/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ func TestNewList(t *testing.T) {
assert := assertLib.New(t)

testCases := []struct {
obj *v1.ObjectReference
obj *v1.ObjectReference
edges bool
link string
link string
}{
{
&v1.ObjectReference{
Expand Down

0 comments on commit 978ca7c

Please sign in to comment.