Style Fix

This commit is contained in:
Fardeen Faisal 2022-06-19 00:51:36 -06:00 committed by GitHub
parent d959956af3
commit 0b62d5acbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{