Skip to content

Commit

Permalink
style: CI format update
Browse files Browse the repository at this point in the history
  • Loading branch information
panquez authored and BotellaA committed Dec 18, 2019
1 parent 607eb00 commit 2fb5c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geode/mesh/builder/polyhedral_solid_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace
geode_unused( facet_id );
geode_unused( vertex_id );
OPENGEODE_ASSERT( vertex_id < solid.nb_polyhedron_facet_vertices(
{ polyhedron_id, facet_id } ),
{ polyhedron_id, facet_id } ),
"[check_polyhedron_facet_vertex_id] Trying to access an invalid "
"polyhedron facet vertex" );
}
Expand Down

0 comments on commit 2fb5c79

Please sign in to comment.