Fixes clang-format errors.

This commit is contained in:
Tao He 2023-10-05 22:37:43 -05:00 committed by GitHub
parent 4d5e5777f8
commit d6cc8b0784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -148,8 +148,7 @@ const std::string strip_and_resolve_addresses(std::string const& address) {
} }
bool authenticate(std::shared_ptr<grpc::Channel> const& channel, bool authenticate(std::shared_ptr<grpc::Channel> const& channel,
std::string const& username, std::string const& username, std::string const& password,
std::string const& password,
std::string& token_or_message) { std::string& token_or_message) {
// run a round of auth // run a round of auth
auto auth_stub = etcdserverpb::Auth::NewStub(channel); auto auth_stub = etcdserverpb::Auth::NewStub(channel);