Skip to content

Commit 4f16936

Browse files
BenoitTHEBAULTgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 30e1c10 commit 4f16936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/geode/mesh/helpers/detail/vertex_merger.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ namespace geode
198198
}
199199

200200
template < typename Mesh >
201-
auto VertexMerger< Mesh >::vertex_origins( index_t vertex ) const
202-
-> const VertexOrigins&
201+
auto VertexMerger< Mesh >::vertex_origins(
202+
index_t vertex ) const -> const VertexOrigins&
203203
{
204204
return impl_->vertex_origins( vertex );
205205
}

0 commit comments

Comments
 (0)