Skip to content

Commit

Permalink
etcdserver: fix goimports v3_server.go
Browse files Browse the repository at this point in the history
Signed-off-by: redwrasse <[email protected]>
  • Loading branch information
redwrasse committed Aug 28, 2024
1 parent c8a77c9 commit 55edba0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/etcdserver/v3_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ import (
"encoding/base64"
"encoding/binary"
errorspkg "errors"
"strconv"
"time"

"github.com/gogo/protobuf/proto"
pb "go.etcd.io/etcd/api/v3/etcdserverpb"
"go.etcd.io/etcd/api/v3/version"
Expand All @@ -35,8 +38,6 @@ import (
"go.etcd.io/raft/v3"
"go.uber.org/zap"
"golang.org/x/crypto/bcrypt"
"strconv"
"time"
)

const (
Expand Down

0 comments on commit 55edba0

Please sign in to comment.