From d3a199b58450a5e9b0bcc55f961fcff7d18f0eeb Mon Sep 17 00:00:00 2001 From: James Cherry Date: Wed, 21 Jul 2021 18:30:44 -0700 Subject: [PATCH] VertexID.hh extra endif Signed-off-by: James Cherry --- include/sta/VertexId.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/sta/VertexId.hh b/include/sta/VertexId.hh index a9c0939b..c6309cf2 100644 --- a/include/sta/VertexId.hh +++ b/include/sta/VertexId.hh @@ -18,5 +18,4 @@ typedef ObjectId VertexId; static constexpr VertexId vertex_id_null = object_id_null; -} // Namespace -#endif +} // namespace