etcdserve: format the source code

gofmt -w ./server

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2022-12-02 13:00:59 +08:00
parent 87e1ca2b9a
commit faff80a2b3
44 changed files with 53 additions and 53 deletions

View File

@@ -37,12 +37,12 @@ import (
"go.etcd.io/etcd/api/v3/etcdserverpb"
"go.etcd.io/etcd/api/v3/version"
"go.etcd.io/etcd/client/pkg/v3/types"
"go.etcd.io/raft/v3/raftpb"
"go.etcd.io/etcd/server/v3/config"
"go.etcd.io/etcd/server/v3/etcdserver/api/membership"
"go.etcd.io/etcd/server/v3/etcdserver/api/snap"
"go.etcd.io/etcd/server/v3/etcdserver/api/v2store"
serverstorage "go.etcd.io/etcd/server/v3/storage"
"go.etcd.io/raft/v3/raftpb"
)
func TestBootstrapExistingClusterNoWALMaxLearner(t *testing.T) {