mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
Reformat codebase with 120 char limit (#583)
This commit is contained in:
@@ -56,11 +56,9 @@ TagDecoratorFactory::make() const
|
||||
switch (type_)
|
||||
{
|
||||
case Type::UINT:
|
||||
return std::make_unique<TagDecorator<detail::UIntTagGenerator>>(
|
||||
parent_);
|
||||
return std::make_unique<TagDecorator<detail::UIntTagGenerator>>(parent_);
|
||||
case Type::UUID:
|
||||
return std::make_unique<TagDecorator<detail::UUIDTagGenerator>>(
|
||||
parent_);
|
||||
return std::make_unique<TagDecorator<detail::UUIDTagGenerator>>(parent_);
|
||||
case Type::NONE:
|
||||
default:
|
||||
return std::make_unique<TagDecorator<detail::NullTagGenerator>>();
|
||||
|
||||
Reference in New Issue
Block a user