mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
WMO header clang-tidy fixes
This commit is contained in:
parent
8646c3da6d
commit
b60318c393
2 changed files with 12 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue