Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed May 8, 2024
1 parent 0e1e24f commit d766fcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/finalizer/cleanupunpackcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package finalizer
import (
"context"

"github.com/operator-framework/rukpak/api/v1alpha2"
"github.com/operator-framework/rukpak/pkg/source"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/finalizer"

"github.com/operator-framework/rukpak/api/v1alpha2"
"github.com/operator-framework/rukpak/pkg/source"
)

var _ finalizer.Finalizer = &CleanupUnpackCache{}
Expand Down

0 comments on commit d766fcf

Please sign in to comment.