Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: zhangwei <zhangwei24@apache.org>
  • Loading branch information
arugal committed Mar 27, 2023
1 parent 5cfecdf commit 5a0e9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/autocomplete/fish.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ import (
"path/filepath"

"github.com/cockroachdb/errors"
"github.com/tensorchord/envd/pkg/util/fileutil"
"github.com/urfave/cli/v2"

"github.com/tensorchord/envd/pkg/util/fileutil"
)

func InsertFishCompleteEntry(clicontext *cli.Context) error {
Expand Down

0 comments on commit 5a0e9ce

Please sign in to comment.