mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
@@ -53,8 +53,7 @@ namespace util {
|
||||
std::unique_ptr<BaseTagDecorator>
|
||||
TagDecoratorFactory::make() const
|
||||
{
|
||||
switch (type_)
|
||||
{
|
||||
switch (type_) {
|
||||
case Type::UINT:
|
||||
return std::make_unique<TagDecorator<detail::UIntTagGenerator>>(parent_);
|
||||
case Type::UUID:
|
||||
|
||||
Reference in New Issue
Block a user