ci: run "make fmt"

This commit is contained in:
Roy Lee 2022-08-04 21:38:43 -07:00
parent 2e95c1427f
commit 2428b381da

View file

@ -1435,7 +1435,7 @@ type StartConsensusRpcRequest struct {
Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
Certificate []byte `protobuf:"bytes,4,opt,name=certificate,proto3" json:"certificate,omitempty"`
SkipVerify bool `protobuf:"varint,5,opt,name=skipverify,proto3" json:"skipverify,omitempty"`
SkipVerify bool `protobuf:"varint,5,opt,name=skipverify,proto3" json:"skipverify,omitempty"`
}
func (m *StartConsensusRpcRequest) Reset() { *m = StartConsensusRpcRequest{} }