Skip to content

Commit

Permalink
fixing linting issue in fbc registry file
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <[email protected]>
  • Loading branch information
acornett21 committed Oct 15, 2024
1 parent 2d8a823 commit 802a2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/olm/operator/registry/fbcindex/fbc_registry_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ import (
"errors"
"fmt"
"io"
"k8s.io/apimachinery/pkg/util/yaml"
"path"
"strings"
"time"

"k8s.io/apimachinery/pkg/util/yaml"

"github.com/operator-framework/api/pkg/operators/v1alpha1"
log "github.com/sirupsen/logrus"
corev1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit 802a2f0

Please sign in to comment.