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 Feb 5, 2024
1 parent 8d4ca02 commit 246a786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private void listUnusedMobilityCosts() {
String reverseKey = getNodeKey(cell.getColumnKey(), cell.getRowKey());
if (
!mappedMobilityProfileEntries.contains(key) &&
!mappedMobilityProfileEntries.contains(reverseKey)
!mappedMobilityProfileEntries.contains(reverseKey)
) {
unusedEntries.add(key);
}
Expand Down

0 comments on commit 246a786

Please sign in to comment.