Configure clang-tidy job on CI (#6261)
This commit is contained in:
committed by
GitHub
parent
79d4363d59
commit
59953172e8
+1
-1
@@ -47,7 +47,7 @@ OSRM::OSRM(engine::EngineConfig &config)
|
||||
engine_ = std::make_unique<engine::Engine<MLD>>(config);
|
||||
break;
|
||||
default:
|
||||
util::exception("Algorithm not implemented!");
|
||||
throw util::exception("Algorithm not implemented!");
|
||||
}
|
||||
}
|
||||
OSRM::~OSRM() = default;
|
||||
|
||||
Reference in New Issue
Block a user