mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
#include <cstdlib>
|
||||
#include <thread>
|
||||
|
||||
namespace fair {
|
||||
namespace mq {
|
||||
namespace test {
|
||||
namespace fair::mq::test
|
||||
{
|
||||
|
||||
struct LoggerConfig
|
||||
{
|
||||
@@ -165,9 +164,6 @@ struct AsyncOpFixture : ::testing::Test
|
||||
asio::io_context mIoContext;
|
||||
};
|
||||
|
||||
} /* namespace test */
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
} // namespace fair::mq::test
|
||||
|
||||
#endif /* FAIR_MQ_TEST_FIXTURES */
|
||||
|
||||
|
Reference in New Issue
Block a user