Rename all detail to impl (#1168)

Fixes #1084
This commit is contained in:
Alex Kremer
2024-02-12 11:54:41 +00:00
committed by GitHub
parent cea9c41a88
commit cce695c570
91 changed files with 224 additions and 225 deletions

View File

@@ -34,7 +34,7 @@ using namespace etl;
class AmendmentBlockHandlerTest : public NoLoggerFixture {
protected:
using AmendmentBlockHandlerType = detail::AmendmentBlockHandler<FakeAmendmentBlockAction>;
using AmendmentBlockHandlerType = impl::AmendmentBlockHandler<FakeAmendmentBlockAction>;
boost::asio::io_context ioc_;
};