From ccf960460d79b3763bbaf2adc1b9ae42bd726c3a Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 22 May 2025 09:28:25 -0700 Subject: [PATCH] rm spaces Signed-off-by: James Cherry --- include/sta/Map.hh | 2 +- include/sta/UnorderedMap.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sta/Map.hh b/include/sta/Map.hh index b472d0ee..bfcb6455 100644 --- a/include/sta/Map.hh +++ b/include/sta/Map.hh @@ -30,7 +30,7 @@ namespace sta { // Add convenience functions around STL container. -template > +template > class Map : public std::map { public: diff --git a/include/sta/UnorderedMap.hh b/include/sta/UnorderedMap.hh index 0c292d8c..316a254f 100644 --- a/include/sta/UnorderedMap.hh +++ b/include/sta/UnorderedMap.hh @@ -30,7 +30,7 @@ namespace sta { // Add convenience functions around STL container. -template , class EQUAL = std::equal_to > +template , class EQUAL = std::equal_to> class UnorderedMap : public std::unordered_map { public: