diff --git a/include/pdal/Utils.hpp b/include/pdal/Utils.hpp index 2626fa8ffb..f7adb8345f 100644 --- a/include/pdal/Utils.hpp +++ b/include/pdal/Utils.hpp @@ -317,7 +317,7 @@ namespace Utils template bool contains(const std::map& c, const KEY& v) - { return c.find(v) != c.end(); }; + { return c.find(v) != c.end(); } template bool contains(const COLLECTION& c, const VALUE& v) @@ -377,7 +377,7 @@ namespace Utils return std::is_same::value || inRange(static_cast(in)); } -}; +} // namespace Utils } // namespace pdal