diff options
Diffstat (limited to 'src/other_tools/root_maps/fpath_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/fpath_git_map.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp index bfdfc384..cb13da5c 100644 --- a/src/other_tools/root_maps/fpath_git_map.hpp +++ b/src/other_tools/root_maps/fpath_git_map.hpp @@ -59,8 +59,8 @@ using FilePathGitMap = AsyncMapConsumer<FpathInfo, nlohmann::json>; gsl::not_null<StorageConfig const*> const& storage_config, IExecutionApi const* remote_api, std::size_t jobs, - std::string multi_repo_tool_name, - std::string build_tool_name) -> FilePathGitMap; + std::string const& multi_repo_tool_name, + std::string const& build_tool_name) -> FilePathGitMap; namespace std { template <> |