summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/setup_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/setup_utils.cpp')
-rw-r--r--src/other_tools/just_mr/setup_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/setup_utils.cpp b/src/other_tools/just_mr/setup_utils.cpp
index 4aa710c5..777343f5 100644
--- a/src/other_tools/just_mr/setup_utils.cpp
+++ b/src/other_tools/just_mr/setup_utils.cpp
@@ -126,7 +126,7 @@ void DefaultReachableRepositories(
auto ReadConfiguration(
std::optional<std::filesystem::path> const& config_file_opt,
- std::optional<std::filesystem::path> const& absent_file_opt) noexcept
+ std::optional<std::filesystem::path> const& absent_file_opt)
-> std::shared_ptr<Configuration> {
if (not config_file_opt) {
Logger::Log(LogLevel::Error, "Cannot find repository configuration.");