Skip to content

Commit

Permalink
Fix lint gci issue
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Dec 24, 2024
1 parent bff20ef commit 1059312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bapps/olc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import (
"os"
"strings"

"github.com/milvus-io/birdwatcher/common"
"github.com/samber/lo"

"github.com/milvus-io/birdwatcher/common"
)

type olcApp struct {
Expand Down
3 changes: 2 additions & 1 deletion states/exit.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package states
import (
"context"

"github.com/spf13/cobra"

"github.com/milvus-io/birdwatcher/common"
"github.com/milvus-io/birdwatcher/framework"
"github.com/spf13/cobra"
)

// getExitCmd returns exit command for input state.
Expand Down

0 comments on commit 1059312

Please sign in to comment.