diff --git a/test/cpp/util/cli_credentials.h b/test/cpp/util/cli_credentials.h index 003eddee2b75c3be40eb429d4af58cf74ce14441..581b77a9c63d43907077e4e91b42756026a14c8a 100644 --- a/test/cpp/util/cli_credentials.h +++ b/test/cpp/util/cli_credentials.h @@ -42,7 +42,7 @@ namespace testing { class CliCredentials { public: - virtual ~CliCredentials(){}; + virtual ~CliCredentials() {} virtual std::shared_ptr<grpc::ChannelCredentials> GetCredentials() const; virtual const grpc::string GetCredentialUsage() const; }; diff --git a/test/cpp/util/proto_file_parser.h b/test/cpp/util/proto_file_parser.h index b9e4a1ec2b9399e1b20756eb1c1cabdf7a54f833..eda3991e7270552bd95ea843544f27f64a7ec2f0 100644 --- a/test/cpp/util/proto_file_parser.h +++ b/test/cpp/util/proto_file_parser.h @@ -51,9 +51,9 @@ class ProtoFileParser { // The parser will search proto files using the server reflection service // provided on the given channel. The given protofiles in a source tree rooted // from proto_path will also be searched. - explicit ProtoFileParser(std::shared_ptr<grpc::Channel> channel, - const grpc::string& proto_path, - const grpc::string& protofiles); + ProtoFileParser(std::shared_ptr<grpc::Channel> channel, + const grpc::string& proto_path, + const grpc::string& protofiles); ~ProtoFileParser();