mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
Warnings provider clang-tidy fixes
This commit is contained in:
parent
549f7ece61
commit
a8da035566
2 changed files with 15 additions and 18 deletions
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
#include <scwx/awips/text_product_file.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace provider
|
||||
namespace scwx::provider
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
@ -30,5 +28,4 @@ private:
|
|||
std::unique_ptr<Impl> p;
|
||||
};
|
||||
|
||||
} // namespace provider
|
||||
} // namespace scwx
|
||||
} // namespace scwx::provider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue