Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Aug 12, 2024
1 parent ba11c4e commit 684d57c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion states/etcd/remove/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"fmt"
"strings"

"github.com/samber/lo"

"github.com/milvus-io/birdwatcher/framework"
"github.com/milvus-io/birdwatcher/models"
"github.com/milvus-io/birdwatcher/states/etcd/common"
"github.com/samber/lo"
)

type RemoveSessionParam struct {
Expand Down

0 comments on commit 684d57c

Please sign in to comment.