From 6afa59eb57896aed9b7f96d37c86702d3bdb0a58 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 1 Oct 2024 08:56:21 +0200 Subject: just-mr: Use explicit naming in default instantiated storage As just-mr will always create Git roots, be explicit in the names of variables to state that the default storage created is native. --- src/other_tools/ops_maps/git_update_map.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/other_tools/ops_maps/git_update_map.hpp') diff --git a/src/other_tools/ops_maps/git_update_map.hpp b/src/other_tools/ops_maps/git_update_map.hpp index 3c36a4b4..91377407 100644 --- a/src/other_tools/ops_maps/git_update_map.hpp +++ b/src/other_tools/ops_maps/git_update_map.hpp @@ -60,7 +60,8 @@ struct hash { GitCASPtr const& git_cas, std::string const& git_bin, std::vector const& launcher, - gsl::not_null const& storage_config, + gsl::not_null const& + storage_config, // native storage config gsl::not_null const& stats, gsl::not_null const& progress, std::size_t jobs) -> GitUpdateMap; -- cgit v1.2.3