From ce23db59c6399199fa55b4b7dc8880522e2f1bca Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 30 Sep 2024 12:16:43 +0200 Subject: Enable readability-redundant-member-init check. --- .../execution_api/execution_service/server_implementation.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/execution_api/execution_service/server_implementation.hpp') diff --git a/src/buildtool/execution_api/execution_service/server_implementation.hpp b/src/buildtool/execution_api/execution_service/server_implementation.hpp index 0236b17d..1a5db508 100644 --- a/src/buildtool/execution_api/execution_service/server_implementation.hpp +++ b/src/buildtool/execution_api/execution_service/server_implementation.hpp @@ -58,8 +58,8 @@ class ServerImpl final { std::string interface_{"127.0.0.1"}; int port_{0}; - std::string info_file_{}; - std::string pid_file_{}; + std::string info_file_; + std::string pid_file_; }; #endif // SERVER_IMPLEMENATION_HPP -- cgit v1.2.3