Style Fix
This commit is contained in:
parent
d959956af3
commit
0b62d5acbd
1 changed files with 1 additions and 1 deletions
|
@ -1455,7 +1455,7 @@ bool WorldFeed::SetFeed(gtfs::Feed && feed)
|
|||
LOG(LINFO, ("Filled stop timetables and road graph edges."));
|
||||
|
||||
auto const [badShapesCount, goodShapesCount] = ModifyShapes();
|
||||
LOG(LINFO, ("Modified shapes.", "Good Shapes", goodShapesCount, "Bad Shapes", badShapesCount));
|
||||
LOG(LINFO, ("Modified shapes."));
|
||||
|
||||
if (goodShapesCount == 0 && badShapesCount >= 0)
|
||||
{
|
||||
|
|
Reference in a new issue