diff options
Diffstat (limited to 'src/other_tools/just_mr/setup.hpp')
-rw-r--r-- | src/other_tools/just_mr/setup.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/setup.hpp b/src/other_tools/just_mr/setup.hpp index f9a37c36..953b20eb 100644 --- a/src/other_tools/just_mr/setup.hpp +++ b/src/other_tools/just_mr/setup.hpp @@ -37,6 +37,7 @@ StorageConfig const& storage_config, Storage const& storage, bool interactive, - std::string multi_repo_tool_name) -> std::optional<std::filesystem::path>; + std::string const& multi_repo_tool_name) + -> std::optional<std::filesystem::path>; #endif // INCLUDED_SRC_OTHER_TOOLS_JUST_MR_SETUP_HPP |