Skip to content

Commit 0827530

Browse files
committed
fixing linting issue in fbc registry file
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent e8a1c0f commit 0827530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/olm/operator/registry/fbcindex/fbc_registry_pod.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ import (
2020
"errors"
2121
"fmt"
2222
"io"
23-
"k8s.io/apimachinery/pkg/util/yaml"
2423
"path"
2524
"strings"
2625
"time"
2726

27+
"k8s.io/apimachinery/pkg/util/yaml"
28+
2829
"github.com/operator-framework/api/pkg/operators/v1alpha1"
2930
log "github.com/sirupsen/logrus"
3031
corev1 "k8s.io/api/core/v1"

0 commit comments

Comments
 (0)