Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Jan 5, 2024
1 parent a8086b1 commit bb19842
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@

public class EscalatorPruningTest {


@Test
public void streetEdgesBetweenEscalatorEdgesRetained() {
var graph =
buildOsmGraph(
ResourceLoader.of(EscalatorPruningTest.class).file("matinkyla-escalator.pbf"),
10,
2,
50,
250
);
var graph = buildOsmGraph(
ResourceLoader.of(EscalatorPruningTest.class).file("matinkyla-escalator.pbf"),
10,
2,
50,
250
);
assertTrue(
graph
.getStreetEdges()
Expand Down

0 comments on commit bb19842

Please sign in to comment.