Skip to content

Commit 13046c6

Browse files
fix test
1 parent a9b5c85 commit 13046c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/stochastic/spatial/test-object-sets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace
9090
sets.add_object( geode::Point2D{ { 1.0, 0.0 } }, set_id );
9191
sets.add_object( geode::Point2D{ { 3.0, 0.0 } }, set_id );
9292

93-
const geode::Point2D query( { { 0.5, 0.0 } } );
93+
const geode::Point2D query{ { 0.5, 0.0 } };
9494
const auto nearby = sets.neighbors( query, 1.0 );
9595

9696
OPENGEODE_EXCEPTION( !nearby.empty(),

0 commit comments

Comments
 (0)