From 2ad759136ae9f39e1842ef80779dfe127a19beba Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 24 Jun 2024 17:36:49 +0200 Subject: Use constant IExecutionApi in just-mr maps --- src/other_tools/root_maps/commit_git_map.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/root_maps/commit_git_map.hpp') diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 4cdc7fd9..d9f1a941 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -82,8 +82,8 @@ using CommitGitMap = std::string const& git_bin, std::vector const& launcher, std::optional const& serve, - gsl::not_null const& local_api, - std::optional> const& remote_api, + gsl::not_null const& local_api, + std::optional> const& remote_api, bool fetch_absent, std::size_t jobs) -> CommitGitMap; -- cgit v1.2.3