mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -11,8 +11,7 @@ namespace routing
|
||||
{
|
||||
Checkpoints::Checkpoints(std::vector<m2::PointD> && points) : m_points(std::move(points))
|
||||
{
|
||||
CHECK_GREATER_OR_EQUAL(m_points.size(), 2,
|
||||
("Checkpoints should at least contain start and finish"));
|
||||
CHECK_GREATER_OR_EQUAL(m_points.size(), 2, ("Checkpoints should at least contain start and finish"));
|
||||
}
|
||||
|
||||
void Checkpoints::SetPointFrom(m2::PointD const & point)
|
||||
|
||||
Reference in New Issue
Block a user