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_engine/executor/executor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/execution_engine/executor/executor.hpp') diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp index 3a416cfb..66790696 100644 --- a/src/buildtool/execution_engine/executor/executor.hpp +++ b/src/buildtool/execution_engine/executor/executor.hpp @@ -951,13 +951,13 @@ class Rebuilder { gsl::not_null const api_cached_; std::chrono::milliseconds timeout_; mutable std::mutex m_; - mutable std::vector cache_misses_{}; + mutable std::vector cache_misses_; mutable std::unordered_map< std::string, std::unordered_map< std::string, std::pair>> - flaky_actions_{}; + flaky_actions_; [[nodiscard]] auto DetectFlakyAction( IExecutionResponse::Ptr const& response, -- cgit v1.2.3