diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-01 09:35:04 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-10-25 13:00:43 +0200 |
commit | 6b9a7e11563d20aa4e4cb4c62146362f4c90c533 (patch) | |
tree | fc01d0379b199df76afc6d1b31c5bec84e95d2cb /src/other_tools/root_maps/fpath_git_map.hpp | |
parent | ee30f8a8acf04ce67b84c2250133f69aeb110793 (diff) | |
download | justbuild-6b9a7e11563d20aa4e4cb4c62146362f4c90c533.tar.gz |
just-mr: Small fixes
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 <> |