Skip to content

Commit

Permalink
chore: adjust import order
Browse files Browse the repository at this point in the history
Signed-off-by: huangzw <huangzw@2345.com>
  • Loading branch information
huangzw committed Feb 21, 2025
1 parent 1c7f006 commit 8ce740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/storage/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ import (
"fmt"
"sort"

"go.etcd.io/raft/v3/raftpb"
"go.uber.org/zap"

"go.etcd.io/etcd/client/pkg/v3/types"
"go.etcd.io/etcd/pkg/v3/pbutil"
"go.etcd.io/etcd/server/v3/config"
"go.etcd.io/etcd/server/v3/etcdserver/api/membership"
"go.etcd.io/etcd/server/v3/etcdserver/api/v2store"
"go.etcd.io/raft/v3/raftpb"
)

// AssertNoV2StoreContent -> depending on the deprecation stage, warns or report an error
Expand Down

0 comments on commit 8ce740c

Please sign in to comment.