Skip to content

Commit

Permalink
style(OsmModule): Apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Apr 11, 2024
1 parent 6c5e3ee commit 00c0402
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,12 @@ private StreetEdge getEdgeForStreet(
}
} catch (NumberFormatException nfe) {
// Don't do anything related to mobility profiles if node ids are non-numerical.
LOG.info("Not applying mobility costs for link {}:{}→{}", way.getId(), startEndpoint.getLabel(), endEndpoint.getLabel());
LOG.info(
"Not applying mobility costs for link {}:{}→{}",
way.getId(),
startEndpoint.getLabel(),
endEndpoint.getLabel()
);
}
}

Expand Down

0 comments on commit 00c0402

Please sign in to comment.