rename osrm_input_path to osrm_path, clang-format
This commit is contained in:
committed by
Daniel J. H
parent
1b31099f73
commit
67fae1d1f0
@@ -6,8 +6,8 @@
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
||||
#include "updater/updater_config.hpp"
|
||||
#include "storage/io_config.hpp"
|
||||
#include "updater/updater_config.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
@@ -21,7 +21,7 @@ struct CustomizationConfig final : storage::IOConfig
|
||||
void UseDefaultOutputNames()
|
||||
{
|
||||
IOConfig::UseDefaultOutputNames();
|
||||
updater_config.osrm_input_path = osrm_input_path;
|
||||
updater_config.osrm_path = osrm_path;
|
||||
updater_config.UseDefaultOutputNames();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user