Skip to content

Commit

Permalink
Fix imports formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Jul 13, 2023
1 parent bfaf3f9 commit 29b7e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/kn/plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package plugin
import (
"errors"
"fmt"
pkgplugin "knative.dev/client-pkg/pkg/kn/plugin"
"os"
"os/exec"
"path/filepath"
Expand All @@ -26,6 +25,8 @@ import (
"strings"
"text/template"

pkgplugin "knative.dev/client-pkg/pkg/kn/plugin"

homedir "github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
)
Expand Down

0 comments on commit 29b7e83

Please sign in to comment.