Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 11, 2023
1 parent 19a9347 commit 6d9cdf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void simple() {
@Test
void busStop() {
assertFeatures(15,
List.of(Map.of("pmap:kind", "bus_stop","pmap:min_zoom",18)),
List.of(Map.of("pmap:kind", "bus_stop", "pmap:min_zoom", 18)),
process(SimpleFeature.create(
newPoint(1, 1),
new HashMap<>(Map.of("highway", "bus_stop")),
Expand Down

0 comments on commit 6d9cdf2

Please sign in to comment.