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. --- src/buildtool/execution_api/local/local_response.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/local/local_response.hpp') diff --git a/src/buildtool/execution_api/local/local_response.hpp b/src/buildtool/execution_api/local/local_response.hpp index 1bb2480b..fbb58b28 100644 --- a/src/buildtool/execution_api/local/local_response.hpp +++ b/src/buildtool/execution_api/local/local_response.hpp @@ -92,7 +92,7 @@ class LocalResponse final : public IExecutionResponse { } private: - std::string action_id_{}; + std::string action_id_; LocalAction::Output output_{}; Storage const& storage_; ArtifactInfos artifacts_; -- cgit v1.2.3