diff --git a/src/geoarrow/hpp/iteration_test.cc b/src/geoarrow/hpp/iteration_test.cc index 81c16efb..68e4ea7d 100644 --- a/src/geoarrow/hpp/iteration_test.cc +++ b/src/geoarrow/hpp/iteration_test.cc @@ -76,5 +76,4 @@ TEST(GeoArrowHppTest, SetArrayPoint) { } EXPECT_THAT(coords_vec, ::testing::ElementsAre(XY{0, 1}, XY{2, 3}, XY{4, 5})); - }