WMO header clang-tidy fixes

This commit is contained in:
Dan Paulat 2025-02-18 12:16:45 -06:00
parent 8646c3da6d
commit b60318c393
2 changed files with 12 additions and 13 deletions

View file

@ -4,9 +4,7 @@
#include <memory>
#include <string>
namespace scwx
{
namespace awips
namespace scwx::awips
{
class WmoHeaderImpl;
@ -85,5 +83,4 @@ private:
std::unique_ptr<WmoHeaderImpl> p;
};
} // namespace awips
} // namespace scwx
} // namespace scwx::awips