Skip to content

Commit

Permalink
fix stupid spacing error again
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Jan 25, 2019
1 parent af4cdc6 commit 3560256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scaffold/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import (
"github.com/example-inc/app-operator/pkg/apis"
"github.com/example-inc/app-operator/pkg/controller"
"github.com/operator-framework/operator-sdk/pkg/k8sutil"
"github.com/operator-framework/operator-sdk/pkg/leader"
"github.com/operator-framework/operator-sdk/pkg/metrics"
Expand Down
1 change: 1 addition & 0 deletions pkg/scaffold/controller_kind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import (
"context"
appv1alpha1 "github.com/example-inc/app-operator/pkg/apis/app/v1alpha1"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 3560256

Please sign in to comment.